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:
216216{{- if .Values.controller.initContainers }}
217217 initContainers : {{ toYaml .Values.controller.initContainers | nindent 8 }}
218218{{- end }}
219- {{- end }}
220219{{- if .Values.controller.strategy }}
221220 updateStrategy :
222221{{ toYaml .Values.controller.strategy | indent 4 }}
223222{{- end }}
224223{{- if .Values.controller.minReadySeconds }}
225224 minReadySeconds : {{ .Values.controller.minReadySeconds }}
226225{{- end }}
226+ {{- end }}
Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ spec:
219219{{- if .Values.controller.initContainers }}
220220 initContainers : {{ toYaml .Values.controller.initContainers | nindent 8 }}
221221{{- end }}
222- {{- end }}
223222{{- if .Values.controller.strategy }}
224223 strategy :
225224{{ toYaml .Values.controller.strategy | indent 4 }}
226225{{- end }}
227226{{- if .Values.controller.minReadySeconds }}
228227 minReadySeconds : {{ .Values.controller.minReadySeconds }}
229228{{- end }}
229+ {{- end }}
You can’t perform that action at this time.
0 commit comments