From 17921206df04bead6af2c69dc056375a9b4f7456 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 27 Aug 2021 17:09:34 +0200 Subject: [PATCH] patch common again --- charts/library/common/Chart.yaml | 2 +- charts/library/common/templates/lib/controller/_container.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index c7203fe2c13..856dafe8ee2 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: null type: library -version: 6.10.3 +version: 6.10.5 diff --git a/charts/library/common/templates/lib/controller/_container.tpl b/charts/library/common/templates/lib/controller/_container.tpl index c15f0b54d75..411629fcc53 100644 --- a/charts/library/common/templates/lib/controller/_container.tpl +++ b/charts/library/common/templates/lib/controller/_container.tpl @@ -85,10 +85,10 @@ {{- range .Values.envFrom -}} {{- if .secretRef }} - secretRef: - name: {{ tpl .secretRef.name $ | quote }} + name: {{ tpl .secretRef.name $ | quote }} {{- else if .configMapRef }} - configMapRef: - name: {{ tpl .configMapRef.name $ | quote }} + name: {{ tpl .configMapRef.name $ | quote }} {{- else }} {{- end }} {{- end -}}