Add default fields for CloudNativePG role configuration
This commit is contained in:
parent
378a2f10ed
commit
9d4a092842
@ -91,12 +91,15 @@ spec:
|
|||||||
roles:
|
roles:
|
||||||
- name: marco
|
- name: marco
|
||||||
connectionLimit: -1
|
connectionLimit: -1
|
||||||
|
inherit: true
|
||||||
ensure: present
|
ensure: present
|
||||||
login: true
|
login: true
|
||||||
superuser: true
|
superuser: true
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
name: postgres-marco
|
name: postgres-marco
|
||||||
- name: authentik
|
- name: authentik
|
||||||
|
connectionLimit: -1
|
||||||
|
inherit: true
|
||||||
login: true
|
login: true
|
||||||
createdb: true
|
createdb: true
|
||||||
passwordSecret:
|
passwordSecret:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user