Update deployment.yaml
This commit is contained in:
parent
cc78c3dbec
commit
11fb4b2361
1 changed files with 5 additions and 4 deletions
|
|
@ -55,10 +55,11 @@ spec:
|
|||
else
|
||||
echo "hermes-agent source already present"
|
||||
fi
|
||||
echo "Setting full write permissions for webui user (1024)..."
|
||||
chown -R 1024:1024 /data/hermes-agent || true
|
||||
chmod -R 777 /data/hermes-agent || true
|
||||
echo "✅ Full permissions applied to hermes-agent directory"
|
||||
# Full write permissions for webui user (fixes egg-info + logs)
|
||||
chown -R 1024:1024 /data/hermes-agent /data/.hermes/logs || true
|
||||
chmod -R 777 /data/hermes-agent /data/.hermes/logs || true
|
||||
echo "✅ Full permissions applied to hermes-agent and logs"
|
||||
|
||||
|
||||
volumeMounts:
|
||||
- name: hermes-data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue