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 (#1537)
* Use correct feature flag for additionalAlertManagerConfigs option
This commit is contained in:
parent
e33cb65b5a
commit
5dee4320ae
4 changed files with 4 additions and 4 deletions
helm
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: kube-prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.87
|
||||
version: 0.0.88
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -7,4 +7,4 @@ maintainers:
|
|||
name: prometheus
|
||||
sources:
|
||||
- https://github.com/coreos/prometheus-operator
|
||||
version: 0.0.46
|
||||
version: 0.0.47
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue