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:
Hermes Agent 2026-05-25 01:08:12 +00:00
parent aa41f5995f
commit 9f60ca894d

View file

@ -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"