File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deployments/helm-chart/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,11 +216,11 @@ spec:
216
216
{{- if .Values.controller.initContainers }}
217
217
initContainers : {{ toYaml .Values.controller.initContainers | nindent 8 }}
218
218
{{- end }}
219
- {{- end }}
220
219
{{- if .Values.controller.strategy }}
221
220
updateStrategy :
222
221
{{ toYaml .Values.controller.strategy | indent 4 }}
223
222
{{- end }}
224
223
{{- if .Values.controller.minReadySeconds }}
225
224
minReadySeconds : {{ .Values.controller.minReadySeconds }}
226
225
{{- end }}
226
+ {{- end }}
Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ spec:
219
219
{{- if .Values.controller.initContainers }}
220
220
initContainers : {{ toYaml .Values.controller.initContainers | nindent 8 }}
221
221
{{- end }}
222
- {{- end }}
223
222
{{- if .Values.controller.strategy }}
224
223
strategy :
225
224
{{ toYaml .Values.controller.strategy | indent 4 }}
226
225
{{- end }}
227
226
{{- if .Values.controller.minReadySeconds }}
228
227
minReadySeconds : {{ .Values.controller.minReadySeconds }}
229
228
{{- end }}
229
+ {{- end }}
You can’t perform that action at this time.
0 commit comments