Skip to content

Commit

Permalink
fix(operator): Skip updating annotations for serviceaccounts (#13450)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Jul 11, 2024
1 parent 4ca9785 commit 1b9b111
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operator/internal/manifests/mutate.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func mutateSecret(existing, desired *corev1.Secret) {
}

func mutateServiceAccount(existing, desired *corev1.ServiceAccount) {
existing.Annotations = desired.Annotations
existing.Labels = desired.Labels
}

Expand Down

0 comments on commit 1b9b111

Please sign in to comment.