Update deployment.yaml
This commit is contained in:
parent
99f9f36670
commit
cc78c3dbec
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +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)..."
|
||||||
|
chown -R 1024:1024 /data/hermes-agent || true
|
||||||
|
chmod -R 777 /data/hermes-agent || true
|
||||||
|
echo "✅ Full permissions applied to hermes-agent directory"
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: hermes-data
|
- name: hermes-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue