Skip to content

Commit

Permalink
using incorrect helm value for volumes container
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Nov 8, 2024
1 parent 210e9ae commit 3e5035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
{{ toYaml . | nindent 12 }}
{{- end }}
restartPolicy: {{ $job.restartPolicy }}
{{- with .Values.podVolumeMounts }}
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 10 }}
{{- end }}
Expand Down

0 comments on commit 3e5035c

Please sign in to comment.