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 }}