Prometheus rename fix

This commit is contained in:
Stefan Reimer 2020-10-27 17:47:00 +00:00
parent 073916903c
commit 92e05bea0b
1 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,9 @@ kubezero:
{{- toYaml . | nindent 10 }}
{{- end }}
{{- end }}
{{- if index .Values "metrics" "prometheus-operator" }}
prometheus-operator:
{{- with index .Values "metrics" "prometheus-operator" }}
{{- if index .Values "metrics" "kube-prometheus-stack" }}
kube-prometheus-stack:
{{- with index .Values "metrics" "kube-prometheus-stack" }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}