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:
sirius0xdev 2026-05-24 18:25:52 -04:00 committed by GitHub
commit ad37645d7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,8 @@ spec:
- name: memory
ensure: present
login: true
createdb: true
createrole: true
passwordSecret:
name: memory-db-credentials