Skip to content

Commit

Permalink
Merge pull request #12 from mittwald/fffunke-patch-1
Browse files Browse the repository at this point in the history
update batch/v1beta1 to batch/v1
  • Loading branch information
Lucaber authored Nov 6, 2023
2 parents 4b992de + 6052a9a commit ef9e07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/backup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ include "backup.fullname" . }}
Expand Down Expand Up @@ -79,4 +79,4 @@ spec:
mountPath: /etc/config
{{- with .Values.additionalVolumeMounts }}
{{- toYaml . | nindent 16 }}
{{- end }}
{{- end }}

0 comments on commit ef9e07f

Please sign in to comment.