Skip to content

Commit

Permalink
Fix daemonset strategy label
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Comellini <[email protected]>
  • Loading branch information
cmk-pcs and lucacome authored May 17, 2022
1 parent 055c899 commit 8c9ce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/helm-chart/templates/controller-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.controller.strategy }}
strategy:
updateStrategy:
{{ toYaml .Values.controller.strategy | indent 4 }}
{{- end }}
{{- if .Values.controller.minReadySeconds }}
Expand Down

0 comments on commit 8c9ce50

Please sign in to comment.