Grant CREATEDB and CREATEROLE to memory role on hermes-pgdb
The memory user needs CREATEDB and CREATEROLE privileges to install the pgvector extension on the agent_memory database.
This commit is contained in:
parent
8bc3738a3f
commit
c04823d416
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