dont use tpl on booleans

(cherry picked from commit 991ebd677ca2601755492b3d4998425169baf72f)
This commit is contained in:
Kjeld Schouten-Lebbing
2022-06-05 19:23:26 +02:00
parent f267828efe
commit 2bcaba9be2
2 changed files with 3 additions and 3 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 10.0.1
version: 10.0.2

View File

@@ -29,10 +29,10 @@
{{- end }}
{{- end }}
{{- with .Values.tty }}
tty: {{ tpl . $ }}
tty: {{ . }}
{{- end }}
{{- with .Values.stdin }}
stdin: {{ tpl . $ }}
stdin: {{ . }}
{{- end }}
{{- with .Values.securityContext }}
securityContext: