disable local and remote by default
All checks were successful
release-charts-volsync-target / release (push) Successful in 1m9s
lint-and-test / lint-helm (push) Successful in 13s
lint-and-test / chart-testing (push) Successful in 2m24s
renovate / renovate (push) Successful in 2m36s

This commit is contained in:
2025-12-27 10:48:18 -06:00
parent a6ff06b85e
commit 2bb176631c
3 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ externalSecrets:
# -- Local backup configuration
local:
enabled: true
enabled: false
# -- 5 character cron schedule
schedule: 0 8 * * *
@@ -48,7 +48,7 @@ local:
# -- Remote backup configuration
remote:
enabled: true
enabled: false
# -- 5 character cron schedule
schedule: 0 10 * * *