diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index ea6f2cd..35bdd46 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -69,16 +69,13 @@ spec: size: 50Gi storageClass: local-path --- -apiVersion: ceph.rook.io/v1 -kind: CephObjectStoreUser +apiVersion: objectbucket.io/v1alpha1 +kind: ObjectBucketClaim metadata: - name: postgres-backup-user + name: postgres-backup-claim namespace: ceph spec: - store: rgw-bulk - displayName: "Postgres Backup User" - quotas: - maxSize: 400G - capabilities: - user: "*" - bucket: "*" \ No newline at end of file + generateBucketName: postgres-backup + storageClassName: rgw-bulk + additionalConfig: + maxSize: "400G" \ No newline at end of file