Fix deployment strategy

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-07 13:05:45 -04:00
parent 47b4465b59
commit c37ed7f528

View file

@ -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: