From d604ef80a173f774f93242624a32f373660f693f Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 29 Nov 2022 15:28:58 +0200 Subject: [PATCH] remove space --- library/common/1.0.0/templates/lib/container/_lifecycle.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/templates/lib/container/_lifecycle.tpl b/library/common/1.0.0/templates/lib/container/_lifecycle.tpl index a9d6adea92..4002fb3ef0 100644 --- a/library/common/1.0.0/templates/lib/container/_lifecycle.tpl +++ b/library/common/1.0.0/templates/lib/container/_lifecycle.tpl @@ -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 -}}