Fix issue with literal (|) being added to deployment yaml when using extraContainers. (#19384)

Signed-off-by: Michael Lamanuzzi <mlamanuzzi@walmart.com>
This commit is contained in:
Michael Lamanuzzi
2019-12-18 16:37:55 -08:00
committed by Kubernetes Prow Robot
parent 366b550f31
commit a8bb442202
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 4.2.1
version: 4.2.2
appVersion: 6.5.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+2 -2
View File
@@ -275,8 +275,8 @@ containers:
{{ toYaml .Values.readinessProbe | indent 6 }}
resources:
{{ toYaml .Values.resources | indent 6 }}
{{- if .Values.extraContainers }}
{{ toYaml .Values.extraContainers | indent 2}}
{{- with .Values.extraContainers }}
{{ tpl . $ | indent 2 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector: