mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-08 21:06:47 +10:00
Fix deployment strategy
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user