mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
remove space
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{- with .Values.lifecycle -}}
|
||||
{{- range $k, $v := . -}}
|
||||
{{- if not (has $k (list "preStop" "postStart")) -}}
|
||||
{{- fail (printf "Invalid key (%s) in lifecycle. Valid keys are preStop and postStart" $k ) -}}
|
||||
{{- fail (printf "Invalid key (%s) in lifecycle. Valid keys are preStop and postStart" $k) -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user