1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

Fix kube-prometheus chart not deploying when some features are disabled ()

This commit is contained in:
Laurent Godet 2018-05-17 10:53:47 +01:00 committed by Giancarlo Rubio
parent 8bead79bf1
commit 894695f48f
2 changed files with 1 additions and 3 deletions
helm/kube-prometheus

View file

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

View file

@ -1,7 +1,5 @@
{{- if or .Values.alertmanager.ingress.fqdn .Values.prometheus.ingress.fqdn .Values.grafana.ingress.fqdn -}}
DEPRECATION NOTICE:
- alertmanager.ingress.fqdn is not used anymore, use alertmanager.ingress.hosts []
- prometheus.ingress.fqdn is not used anymore, use prometheus.ingress.hosts []
- grafana.ingress.fqdn is not used anymore, use prometheus.grafana.hosts []
{{- end -}}