diff --git a/acceptance-tests/templates/cronjob.yaml b/acceptance-tests/templates/cronjob.yaml index 250eff9..f98bea2 100644 --- a/acceptance-tests/templates/cronjob.yaml +++ b/acceptance-tests/templates/cronjob.yaml @@ -59,7 +59,7 @@ spec: name: {{ include "acceptance-tests.fullname" . }}-job-secrets key: georchestraLocalAccountPassword {{- with $job.extraEnv }} - {{- toYaml . | nindent 8 }} + {{- toYaml . | nindent 12 }} {{- end }} {{- with $job.resources }} resources: @@ -85,4 +85,4 @@ spec: {{- with $job.tolerations }} tolerations: {{ toYaml . | nindent 10 }} - {{- end }} \ No newline at end of file + {{- end }}