Commit 7de38409 authored by Martin Schurz's avatar Martin Schurz
Browse files

fix: one missed indent

parent 619a1125
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ items:
{{- end }}
        imagePullSecrets:
{{- if and $workerConfig.image $workerConfig.image.secrets }}
{{- toYaml $workerConfig.image.secrets | indent 10 }}
{{- toYaml $workerConfig.image.secrets | nindent 10 }}
{{- else }}
{{- toYaml $.Values.image.secrets | nindent 10 }}
{{- end }}