grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
https://grafana.com/oss/mimir/
GNU Affero General Public License v3.0
4.17k stars 537 forks source link

Helm : fix alermanager-statefulset serviceAccountName field #10016

Closed QuantumEnigmaa closed 4 days ago

QuantumEnigmaa commented 4 days ago

What this PR does

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