perf(hermes): avoid recursive chat volume chown
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 158

This commit is contained in:
jenkins 2026-08-08 23:47:50 -03:00
parent 1f78d38932
commit 26ab28c9ec

View File

@ -123,7 +123,17 @@ spec:
fi
rm -f /vault/secrets/anthropic-token /vault/secrets/chat-relay-key
chmod 0600 /opt/data/.env
chown -R 10000:10000 /opt/data
chown 10000:10000 \
/opt/data \
/opt/data/home \
/opt/data/home/.local \
/opt/data/home/.local/bin \
/opt/data/logs \
/opt/data/workspace \
/opt/data/config.yaml \
/opt/data/SOUL.md \
/opt/data/workspace/AGENTS.md \
/opt/data/.env
securityContext:
allowPrivilegeEscalation: false
runAsUser: 0