mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add rbac condition in alertmanager (#9007)
Signed-off-by: Vasily Sliouniaev <vasily.sliouniaev@jet.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
5f4b9ad5c5
commit
deb5aa63c4
@@ -9,7 +9,7 @@ name: prometheus-operator
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
- https://coreos.com/operators/prometheus
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
appVersion: "0.25.0"
|
||||
home: https://github.com/coreos/prometheus-operator
|
||||
keywords:
|
||||
|
||||
@@ -13,7 +13,9 @@ spec:
|
||||
{{- end }}
|
||||
replicas: {{ .Values.alertmanager.alertmanagerSpec.replicas }}
|
||||
listenLocal: {{ .Values.alertmanager.alertmanagerSpec.listenLocal }}
|
||||
{{- if .Values.global.rbac.create }}
|
||||
serviceAccountName: {{ template "prometheus-operator.alertmanager.serviceAccountName" . }}
|
||||
{{- end }}
|
||||
{{- if .Values.alertmanager.alertmanagerSpec.externalUrl }}
|
||||
externalUrl: "{{ .Values.alertmanager.alertmanagerSpec.externalUrl }}"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user