Skip to content

Commit 74038d2

Browse files
Merge pull request #325 from periklis/backport-pr-13450-5.9
[release-5.9] Backport PR grafana#13450
2 parents 6f38771 + fd4e501 commit 74038d2

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.9.4
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
- [13422](https://github.com/grafana/loki/pull/13422) **periklis** feat(operator): Update Loki operand to v3.1.0
78
- [13369](https://github.com/grafana/loki/pull/13369) **jatinsu**: feat(operator): Add support for the volume API

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)