Add managed roles for Postgres users in CloudNativePG configuration
This commit is contained in:
parent
462bbe511b
commit
fb0a097383
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user