From 2bcaba9be26ff38b86e609cb5cc06aa0d97114b9 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 5 Jun 2022 19:23:26 +0200 Subject: [PATCH] dont use tpl on booleans (cherry picked from commit 991ebd677ca2601755492b3d4998425169baf72f) --- charts/common/Chart.yaml | 2 +- charts/common/templates/lib/controller/_container.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 228998e4..ec2b0f02 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.0.1 +version: 10.0.2 diff --git a/charts/common/templates/lib/controller/_container.tpl b/charts/common/templates/lib/controller/_container.tpl index facef2a5..7984f406 100644 --- a/charts/common/templates/lib/controller/_container.tpl +++ b/charts/common/templates/lib/controller/_container.tpl @@ -29,10 +29,10 @@ {{- end }} {{- end }} {{- with .Values.tty }} - tty: {{ tpl . $ }} + tty: {{ . }} {{- end }} {{- with .Values.stdin }} - stdin: {{ tpl . $ }} + stdin: {{ . }} {{- end }} {{- with .Values.securityContext }} securityContext: