From 6b41d8360ab9a198f18e7d5e17339de0e7f78e8d Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 25 Jan 2023 19:04:14 +0200 Subject: [PATCH] formatting --- .../common/1.0.0/templates/lib/container/_termination.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/common/1.0.0/templates/lib/container/_termination.tpl b/library/common/1.0.0/templates/lib/container/_termination.tpl index 54f0a3dfec..69c1b64459 100644 --- a/library/common/1.0.0/templates/lib/container/_termination.tpl +++ b/library/common/1.0.0/templates/lib/container/_termination.tpl @@ -24,9 +24,9 @@ {{- end -}} {{- with $policy -}} - {{- if not (mustHas . (list "File" "FallbackToLogsOnError")) }} + {{- if not (mustHas . (list "File" "FallbackToLogsOnError")) -}} {{- fail (printf "Not valid option for messagePolicy (%s). Valid options are FallbackToLogsOnError and File" $policy) -}} - {{- end }} - {{- $policy }} + {{- end -}} + {{- $policy -}} {{- end -}} {{- end -}}