Skip to content

Commit ae94b57

Browse files
committed
fix(operator): Skip updating annotations for serviceaccounts (grafana#13450)
1 parent 46c68f7 commit ae94b57

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

operator/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Release 5.8.9
44

5+
- [13450](https://github.com/grafana/loki/pull/13450) **periklis**: fix(operator): Skip updating annotations for serviceaccounts
56
- [13430](https://github.com/grafana/loki/pull/13430) **periklis**: fix(operator): Support v3.1.0 in OpenShift dashboards
67
- [318](https://github.com/openshift/loki/pull/318) **periklis**: fix(operator): Disable structured metadata
78
- [13422](https://github.com/grafana/loki/pull/13422) **periklis** feat(operator): Update Loki operand to v3.1.0

operator/internal/manifests/mutate.go

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

164164
func mutateServiceAccount(existing, desired *corev1.ServiceAccount) {
165-
existing.Annotations = desired.Annotations
166165
existing.Labels = desired.Labels
167166
}
168167

0 commit comments

Comments
 (0)