mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
366b550f31
commit
a8bb442202
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user