Add managed roles for Postgres users in CloudNativePG configuration
This commit is contained in:
parent
462bbe511b
commit
fb0a097383
@ -84,6 +84,18 @@ spec:
|
||||
wal:
|
||||
compression: bzip2
|
||||
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
|
||||
kind: ObjectBucketClaim
|
||||
|
||||
Loading…
Reference in New Issue
Block a user