From b2f700ee51da5b692aefbf5de222fb69c1f3fa16 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 11:04:16 +0200 Subject: [PATCH] Add CephObjectStoreUser for Postgres backup --- applications/templates/cloudnativepg.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index 9756a47..0087158 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -68,3 +68,17 @@ spec: storage: size: 50Gi storageClass: local-path +--- +apiVersion: ceph.rook.io/v1 +kind: CephObjectStoreUser +metadata: + name: postgres-backup-user + namespace: rook-ceph +spec: + store: rgw-bulk + displayName: "Postgres Backup User" + quotas: + maxSize: 400G + capabilities: + user: "*" + bucket: "*" \ No newline at end of file