chore: Update manifests after change

This commit is contained in:
2026-05-07 20:36:55 +00:00
parent cbd70c80d5
commit ba2f972854
18 changed files with 89 additions and 338 deletions

View File

@@ -0,0 +1,33 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: openbao-backups-rclone-source-config
namespace: cloudnative-pg
labels:
helm.sh/chart: rclone-postgres-backups-external-0.7.0
app.kubernetes.io/instance: cloudnative-pg
app.kubernetes.io/part-of: cloudnative-pg
app.kubernetes.io/version: "0.7.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: openbao-backups-rclone-source-config
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: ACCESS_KEY_ID
remoteRef:
key: /garage/home-infra/postgres-backups
property: ACCESS_KEY_ID
- secretKey: ACCESS_SECRET_KEY
remoteRef:
key: /garage/home-infra/postgres-backups
property: ACCESS_SECRET_KEY
- secretKey: ACCESS_REGION
remoteRef:
key: /garage/home-infra/postgres-backups
property: ACCESS_REGION
- secretKey: SRC_ENDPOINT
remoteRef:
key: /garage/config
property: ENDPOINT_LOCAL