feat: add names
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 22s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
render-manifests / render-manifests (pull_request) Successful in 52s

This commit is contained in:
2026-04-26 14:44:28 -05:00
parent 7b4cadea2e
commit 25d7d7add0
2 changed files with 5 additions and 1 deletions

View File

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

View File

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