From 164183e1bc014a9f64a15a55602bd57e934a4ef3 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Fri, 8 Oct 2021 14:53:12 +0200 Subject: [PATCH] fix: correct indent ref: #447 Signed-off-by: Christian Kotzbauer --- charts/kured/templates/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kured/templates/daemonset.yaml b/charts/kured/templates/daemonset.yaml index 2de3d57..9abe7f4 100644 --- a/charts/kured/templates/daemonset.yaml +++ b/charts/kured/templates/daemonset.yaml @@ -77,7 +77,7 @@ spec: - --period={{ .Values.configuration.period }} {{- end }} {{- if .Values.configuration.forceReboot }} - - --force-reboot + - --force-reboot {{- end }} {{- if .Values.configuration.drainGracePeriod }} - --drain-grace-period={{ .Values.configuration.drainGracePeriod }}