Skip to content

Commit

Permalink
fix(logging): remove license from logs [EE-6658] (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: testa113 <testa113>
  • Loading branch information
testA113 authored Feb 2, 2024
1 parent 902f489 commit 0721f24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubernetes/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func Update(ctx context.Context, cli *kubernetes.Clientset, imageName string, de
log.Info().
Str("deploymentName", deployment.Name).
Str("image", imageName).
Str("license", licenseKey).
Msg("Starting update process")

originalImage := deployment.Spec.Template.Spec.Containers[0].Image
Expand Down

0 comments on commit 0721f24

Please sign in to comment.