Skip to content

Commit

Permalink
Merge pull request grafana#325 from periklis/backport-pr-13450-5.9
Browse files Browse the repository at this point in the history
[release-5.9] Backport PR grafana#13450
  • Loading branch information
openshift-merge-bot[bot] authored Jul 11, 2024
2 parents 6f38771 + fd4e501 commit 74038d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Release 5.9.4

- [13450](https://github.com/grafana/loki/pull/13450) **periklis**: fix(operator): Skip updating annotations for serviceaccounts
- [13430](https://github.com/grafana/loki/pull/13430) **periklis**: fix(operator): Support v3.1.0 in OpenShift dashboards
- [13422](https://github.com/grafana/loki/pull/13422) **periklis** feat(operator): Update Loki operand to v3.1.0
- [13369](https://github.com/grafana/loki/pull/13369) **jatinsu**: feat(operator): Add support for the volume API
Expand Down
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 74038d2

Please sign in to comment.