Skip to content

Commit

Permalink
Helm : fix alermanager-statefulset serviceAccountName field (#10016)
Browse files Browse the repository at this point in the history
* Helm : fix alermanager-statefulset serviceAccountName field

Signed-off-by: QuantumEnigmaa <thibaud@giantswarm.io>

* update changelog with PR reference

---------

Signed-off-by: QuantumEnigmaa <thibaud@giantswarm.io>
  • Loading branch information
QuantumEnigmaa authored Nov 25, 2024
1 parent 46fbac1 commit 289a1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions operations/helm/charts/mimir-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Entries should include a reference to the Pull Request that introduced the chang

## main / unreleased

* [BUGFIX] Update `serviceAccountName` in the `alertmanager-statefulset` template. #10016
* [CHANGE] Update rollout-operator version to 0.20.0. #9995
* [FEATURE] Add support for GEM's federation-frontend. See the `federation_frontend` section in the values file. #9673
* [ENHANCEMENT] Add support for setting type and internal traffic policy for Kubernetes service. Set `internalTrafficPolicy=Cluster` by default in all services with type `ClusterIP`. #9619
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
{{- with .Values.alertmanager.schedulerName }}
schedulerName: {{ . | quote }}
{{- end }}
serviceAccountName: {{ template "mimir.serviceAccountName" . }}
serviceAccountName: {{ template "mimir.alertmanager.serviceAccountName" . }}
{{- if .Values.alertmanager.priorityClassName }}
priorityClassName: {{ .Values.alertmanager.priorityClassName }}
{{- end }}
Expand Down

0 comments on commit 289a1ab

Please sign in to comment.