Skip to content

Commit 1b9b111

Browse files
authored
fix(operator): Skip updating annotations for serviceaccounts (#13450)
1 parent 4ca9785 commit 1b9b111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operator/internal/manifests/mutate.go

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ func mutateSecret(existing, desired *corev1.Secret) {
168168
}
169169

170170
func mutateServiceAccount(existing, desired *corev1.ServiceAccount) {
171-
existing.Annotations = desired.Annotations
172171
existing.Labels = desired.Labels
173172
}
174173

0 commit comments

Comments
 (0)