Fix podLabels mapping values are not allow in this context error (#4971)

This commit is contained in:
Tom
2021-01-13 03:14:21 -05:00
committed by GitHub
parent cf1e7acbf2
commit 53e5fec9c6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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