[stable/prometheus-operator] fix prometheus additionalScrapeConfigsSecret (#23286)

Signed-off-by: Maciej Moleda <maciej@moleda.eu>
This commit is contained in:
Maciej Moleda
2020-07-22 02:22:05 -07:00
committed by GitHub
parent 7c267d5932
commit d0f9bcc80f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 9.1.1
version: 9.1.2
appVersion: 0.38.1
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
@@ -211,8 +211,8 @@ spec:
{{- end }}
{{- if .Values.prometheus.prometheusSpec.additionalScrapeConfigsSecret.enabled }}
additionalScrapeConfigs:
name: {{- .Values.prometheus.prometheusSpec.additionalScrapeConfigsSecret.name }}
key: {{- .Values.prometheus.prometheusSpec.additionalScrapeConfigsSecret.key }}
name: {{ .Values.prometheus.prometheusSpec.additionalScrapeConfigsSecret.name }}
key: {{ .Values.prometheus.prometheusSpec.additionalScrapeConfigsSecret.key }}
{{- end }}
{{- if .Values.prometheus.prometheusSpec.additionalAlertManagerConfigs }}
additionalAlertManagerConfigs: