1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

Use correct feature flag for additionalAlertManagerConfigs option ()

* Use correct feature flag for additionalAlertManagerConfigs option
This commit is contained in:
danielcb 2018-06-28 17:00:13 +02:00 committed by Giancarlo Rubio
parent e33cb65b5a
commit 5dee4320ae
4 changed files with 4 additions and 4 deletions
helm

View file

@ -7,4 +7,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.87
version: 0.0.88

View file

@ -6,7 +6,7 @@ dependencies:
condition: deployAlertManager
- name: prometheus
version: 0.0.46
version: 0.0.47
#e2e-repository: file://../prometheus
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/

View file

@ -7,4 +7,4 @@ maintainers:
name: prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.46
version: 0.0.47

View file

@ -132,7 +132,7 @@ spec:
name: prometheus-{{ .Release.Name }}-additional-scrape-configs
key: additional-scrape-configs.yaml
{{- end }}
{{- if .Values.additionalScrapeConfigs }}
{{- if .Values.additionalAlertManagerConfigs }}
additionalAlertManagerConfigs:
name: prometheus-{{ .Release.Name }}-additional-alertmanager-configs
key: additional-alertmanager-configs.yaml