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 }}
|
{{- end }}
|
||||||
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
|
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
|
||||||
{{- if .Values.controller.updateStrategy }}
|
{{- if .Values.controller.updateStrategy }}
|
||||||
updateStrategy: {{ toYaml .Values.controller.updateStrategy | nindent 4 }}
|
strategy:
|
||||||
|
{{ toYaml .Values.controller.updateStrategy | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
minReadySeconds: {{ .Values.controller.minReadySeconds }}
|
minReadySeconds: {{ .Values.controller.minReadySeconds }}
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue