From ac2590ecd845d51db821b976d25b3fb4b651dc6d Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 11:05:13 +0200 Subject: [PATCH] Change namespace for Postgres backup user to 'ceph' --- applications/templates/cloudnativepg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index 0087158..ea6f2cd 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -73,7 +73,7 @@ apiVersion: ceph.rook.io/v1 kind: CephObjectStoreUser metadata: name: postgres-backup-user - namespace: rook-ceph + namespace: ceph spec: store: rgw-bulk displayName: "Postgres Backup User"