mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 11:36:21 -03:00
dont use tpl on booleans
(cherry picked from commit 991ebd677ca2601755492b3d4998425169baf72f)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.0.1
|
||||
version: 10.0.2
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.tty }}
|
||||
tty: {{ tpl . $ }}
|
||||
tty: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.stdin }}
|
||||
stdin: {{ tpl . $ }}
|
||||
stdin: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.securityContext }}
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user