Skip to content

Commit 900b032

Browse files
committed
try kyverno policy fix
1 parent 29a2021 commit 900b032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/nr-metabase/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ backup:
9999
mountPath: "/backups/"
100100
size: 256Mi #Volume space available for data, e.g. 512Mi, 2Gi.
101101
storageClass: "netapp-file-backup"
102-
schedule: "0 0/4 * * *" # cron job schedule
102+
schedule: "0 0,4,8,12,16,20 * * *"
103103
strategy: "rolling" # daily or rolling
104104
numBackups: 5 # The number of backup files to be retained. Used for the `daily` backup strategy. Ignored when using the `rolling` backup strategy.
105105
dailyBackups: 7 # The number of daily backup files to be retained. Used for the `rolling` backup strategy.

0 commit comments

Comments
 (0)