perf(hermes): avoid recursive chat volume chown
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 158
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 158
This commit is contained in:
parent
1f78d38932
commit
26ab28c9ec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user