[stable/newrelic-infrastructure] Fixes #19210 Properly indent additional pod labels (#19211)

Signed-off-by: Enver Cicak <enver.cicak@gmail.com>
This commit is contained in:
enver
2019-12-18 17:59:56 -08:00
committed by Kubernetes Prow Robot
parent 782a571315
commit 32dcfa7658
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet
name: newrelic-infrastructure
version: 0.13.15
version: 0.13.16
appVersion: 1.11.0
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
source:
@@ -21,7 +21,7 @@ spec:
app: {{ template "newrelic.name" . }}
release: {{.Release.Name }}
{{- if .Values.podLabels}}
{{ toYaml .Values.podLabels }}
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
mode: {{ template "newrelic.mode" . }}
spec: