Add managed roles for Postgres users in CloudNativePG configuration

This commit is contained in:
Marco van Zijl 2025-05-10 12:38:21 +02:00
parent 462bbe511b
commit fb0a097383

View File

@ -84,6 +84,18 @@ spec:
wal: wal:
compression: bzip2 compression: bzip2
retentionPolicy: "60d" retentionPolicy: "60d"
managed:
roles:
- name: marco
login: true
superuser: true
passwordSecret:
name: postgres-marco
- name: authentik
login: true
createdb: true
passwordSecret:
name: postgres-authentik
--- ---
apiVersion: objectbucket.io/v1alpha1 apiVersion: objectbucket.io/v1alpha1
kind: ObjectBucketClaim kind: ObjectBucketClaim