Merge pull request #129 from sirius0xdev/backend/t_5f60938d-memory-user-privs
Grant CREATEDB and CREATEROLE to memory role on hermes-pgdb
This commit is contained in:
commit
ad37645d7d
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ spec:
|
|||
- name: memory
|
||||
ensure: present
|
||||
login: true
|
||||
createdb: true
|
||||
createrole: true
|
||||
passwordSecret:
|
||||
name: memory-db-credentials
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue