Skip to content

Commit

Permalink
Merge pull request #326 from periklis/backport-pr-13450-5.8
Browse files Browse the repository at this point in the history
[release-5.8] Backport PR grafana#13450
  • Loading branch information
openshift-merge-bot[bot] authored Jul 11, 2024
2 parents 46c68f7 + ae94b57 commit 35515d1
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.8.9

- [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
- [318](https://github.com/openshift/loki/pull/318) **periklis**: fix(operator): Disable structured metadata
- [13422](https://github.com/grafana/loki/pull/13422) **periklis** feat(operator): Update Loki operand to v3.1.0
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 @@ -162,7 +162,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 35515d1

Please sign in to comment.