This PR fixes the serviceAccountName field in the alertmanager-statefulset template in the helm chart.
Currently, using the alertmanager.serviceAccount.name field in the helm chart values doesn't work as the current alertmanager-statefulset template is using the default mimir service-account name.
Which issue(s) this PR fixes or relates to
No issues created for this.
Checklist
[ ] Tests updated.
[ ] Documentation added.
[x] CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
What this PR does
This PR fixes the
serviceAccountName
field in thealertmanager-statefulset
template in the helm chart.Currently, using the
alertmanager.serviceAccount.name
field in the helm chart values doesn't work as the currentalertmanager-statefulset
template is using the default mimir service-account name.Which issue(s) this PR fixes or relates to
No issues created for this.
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.