New Prometheus upstream chart, cert-manager version bump, logging fixes, multi PV support for EFS #29

Merged
stefan merged 13 commits from master into stable 2020-10-27 17:48:34 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 92e05bea0b - Show all commits

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 }}