mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
Fix podLabels mapping values are not allow in this context error (#4971)
This commit is contained in:
@@ -23,4 +23,4 @@ name: kube-state-metrics
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-kube-state-metrics
|
||||
- https://github.com/kubernetes/kube-state-metrics
|
||||
version: 1.1.4
|
||||
version: 1.1.5
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
{{- end }}
|
||||
labels: {{- include "common.labels.standard" . | nindent 8 }}
|
||||
{{- if .Values.podLabels }}
|
||||
{{- toYaml .Values.podLabels | indent 8 }}
|
||||
{{- toYaml .Values.podLabels | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- include "kube-state-metrics.imagePullSecrets" . | nindent 6 }}
|
||||
|
||||
Reference in New Issue
Block a user