schedule the backup
This commit is contained in:
parent
6fc5d078a2
commit
37857f6937
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ spec:
|
||||||
mariaDbRef:
|
mariaDbRef:
|
||||||
name: mariadb
|
name: mariadb
|
||||||
timeZone: "America/Chicago"
|
timeZone: "America/Chicago"
|
||||||
# schedule:
|
schedule:
|
||||||
# cron: "0 * * * *"
|
cron: "0 * * * *"
|
||||||
# suspend: false
|
suspend: false
|
||||||
stagingStorage:
|
stagingStorage:
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
storageClassName: openebs-hostpath
|
storageClassName: openebs-hostpath
|
||||||
|
|
Loading…
Reference in a new issue