Merge pull request 'feat: add names' (#6280) from tmp/rclone-5 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 22s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 4m49s

Reviewed-on: #6280
This commit was merged in pull request #6280.
This commit is contained in:
2026-04-26 19:47:26 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ plugin-barman-cloud:
cpu: 1m cpu: 1m
memory: 20Mi memory: 20Mi
rclone-postgres-backups-remote: rclone-postgres-backups-remote:
nameOverride: postgres-backups-remote-rclone
cronJob: cronJob:
suspend: false suspend: false
schedule: 0 1 * * * schedule: 0 1 * * *
@@ -41,8 +42,9 @@ rclone-postgres-backups-remote:
config: config:
path: /garage/config path: /garage/config
rclone-postgres-backups-external: rclone-postgres-backups-external:
nameOverride: postgres-backups-external-rclone
cronJob: cronJob:
suspend: true suspend: false
schedule: 20 1 * * * schedule: 20 1 * * *
rclone: rclone:
source: source:

View File

@@ -208,6 +208,7 @@ unseal:
cpu: 1m cpu: 1m
memory: 10Mi memory: 10Mi
rclone-openbao-backups-remote: rclone-openbao-backups-remote:
nameOverride: openbao-backups-remote-rclone
cronJob: cronJob:
suspend: false suspend: false
schedule: 0 1 * * * schedule: 0 1 * * *
@@ -232,6 +233,7 @@ rclone-openbao-backups-remote:
config: config:
path: /garage/config path: /garage/config
rclone-openbao-backups-external: rclone-openbao-backups-external:
nameOverride: openbao-backups-external-rclone
cronJob: cronJob:
suspend: false suspend: false
schedule: 10 1 * * * schedule: 10 1 * * *