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
|
else
|
||||||
echo "hermes-agent source already present"
|
echo "hermes-agent source already present"
|
||||||
fi
|
fi
|
||||||
echo "Setting full write permissions for webui user (1024)..."
|
# Full write permissions for webui user (fixes egg-info + logs)
|
||||||
chown -R 1024:1024 /data/hermes-agent || true
|
chown -R 1024:1024 /data/hermes-agent /data/.hermes/logs || true
|
||||||
chmod -R 777 /data/hermes-agent || true
|
chmod -R 777 /data/hermes-agent /data/.hermes/logs || true
|
||||||
echo "✅ Full permissions applied to hermes-agent directory"
|
echo "✅ Full permissions applied to hermes-agent and logs"
|
||||||
|
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: hermes-data
|
- name: hermes-data
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue