Skip to content

Commit

Permalink
acceptance - fix indent when using extraEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
pmauduit committed Dec 19, 2024
1 parent 89dc40b commit d1cf557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance-tests/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -85,4 +85,4 @@ spec:
{{- with $job.tolerations }}
tolerations:
{{ toYaml . | nindent 10 }}
{{- end }}
{{- end }}

0 comments on commit d1cf557

Please sign in to comment.