Fix deployment strategy
This commit is contained in:
parent
307494ac0d
commit
2cc828213d
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ spec:
|
|||
{{- end }}
|
||||
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
|
||||
{{- if .Values.controller.updateStrategy }}
|
||||
updateStrategy: {{ toYaml .Values.controller.updateStrategy | nindent 4 }}
|
||||
strategy:
|
||||
{{ toYaml .Values.controller.updateStrategy | nindent 4 }}
|
||||
{{- end }}
|
||||
minReadySeconds: {{ .Values.controller.minReadySeconds }}
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue