Skip to content

Commit

Permalink
Helm : fix alermanager-statefulset serviceAccountName field
Browse files Browse the repository at this point in the history
Signed-off-by: QuantumEnigmaa <[email protected]>
  • Loading branch information
QuantumEnigmaa committed Nov 25, 2024
1 parent 2edcccd commit 11271ad
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.
* [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 11271ad

Please sign in to comment.