We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8901f commit 4ede208Copy full SHA for 4ede208
charts/dgraph/templates/backups/cronjob-full.yaml
@@ -12,7 +12,7 @@
12
{{- end -}}
13
14
{{- if .Values.backups.full.enabled -}}
15
-apiVersion: batch/v1beta1
+apiVersion: batch/v1
16
kind: CronJob
17
metadata:
18
name: {{ template "dgraph.backups.fullname" . }}-full
charts/dgraph/templates/backups/cronjob-inc.yaml
{{- if .Values.backups.incremental.enabled -}}
name: {{ template "dgraph.backups.fullname" . }}-inc
0 commit comments