diff --git a/acceptance-tests/templates/cronjob.yaml b/acceptance-tests/templates/cronjob.yaml index bb242d7..250eff9 100644 --- a/acceptance-tests/templates/cronjob.yaml +++ b/acceptance-tests/templates/cronjob.yaml @@ -70,7 +70,7 @@ spec: {{ toYaml . | nindent 12 }} {{- end }} restartPolicy: {{ $job.restartPolicy }} - {{- with .Values.podVolumeMounts }} + {{- with .Values.volumes }} volumes: {{- toYaml . | nindent 10 }} {{- end }}