fix: remove unsupported sql field from agent-memory-rag Database
CNPG version on cluster does not support .spec.sql on Database CR. The rag-init-job.yaml already handles RAG schema initialization separately. Unblocks Flux dry-run for agent-memory-rag.
This commit is contained in:
parent
aa41f5995f
commit
9f60ca894d
1 changed files with 0 additions and 2 deletions
|
|
@ -8,5 +8,3 @@ spec:
|
||||||
name: hermes-pgdb
|
name: hermes-pgdb
|
||||||
name: agent_memory
|
name: agent_memory
|
||||||
owner: memory
|
owner: memory
|
||||||
sql:
|
|
||||||
- "@rag-db-init.sql"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue