Merge pull request 'Fix Neuron MCP SQLite READONLY: chown /data via initContainer' (#12) from fix/neuron-mcp-chown into main

This commit is contained in:
2026-04-26 06:43:52 +00:00
@@ -28,6 +28,16 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
initContainers:
- name: fix-data-ownership
image: busybox:1.36
command: ["sh", "-c", "chown -R 1000:1000 /data"]
securityContext:
runAsUser: 0
runAsNonRoot: false
volumeMounts:
- name: data
mountPath: /data
containers:
- name: neuron-mcp
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3