Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-05-07 16:26:17 -04:00 committed by GitHub
parent 99f9f36670
commit cc78c3dbec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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