Skip to content

Commit de716b6

Browse files
committed
Add whitespace control
Signed-off-by: Stephan Austermühle <au@hcsd.de>
1 parent 4b0a66b commit de716b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/nextcloud/templates/cronjobs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ spec:
1919
{{/* Add the volumeMounts and environment variables to every container */}}
2020
{{- $containers := list -}}
2121
{{- range .jobTemplate.spec.template.spec.containers -}}
22-
{{- $vm := dict "volumeMounts" (concat (include "nextcloud.backupCronJobVolumeMounts" $ | fromYamlArray) (default list .volumeMounts)) -}}
23-
{{ $c := merge $vm . }}
24-
{{- $env := dict "env" (concat (include "nextcloud.backupCronJobEnv" $ | fromYamlArray) (default list .env)) -}}
25-
{{ $c = merge $env $c }}
22+
{{- $vm := dict "volumeMounts" (concat (include "nextcloud.backupCronJobVolumeMounts" $ | fromYamlArray) (default list .volumeMounts)) -}}
23+
{{- $c := merge $vm . -}}
24+
{{- $env := dict "env" (concat (include "nextcloud.backupCronJobEnv" $ | fromYamlArray) (default list .env)) -}}
25+
{{- $c = merge $env $c -}}
2626
{{- $containers = append $containers $c -}}
2727
{{- end -}}
2828

0 commit comments

Comments
 (0)