reverted init container

This commit is contained in:
2026-02-02 15:17:41 +11:00
parent 0dc50a4d0d
commit 075ef91fa0

View File

@@ -18,16 +18,6 @@ spec:
app: clawdbox
spec:
serviceAccountName: clawd-sa
initContainers:
- name: fix-data-perms
image: default-route-openshift-image-registry.apps.lab.apilab.us/openclaw/openclaw:latest
command:
- /bin/sh
- -c
- "chown :0 /data && chmod 775 /data"
volumeMounts:
- name: data-volume
mountPath: /data
containers:
- name: clawdbox
image: default-route-openshift-image-registry.apps.lab.apilab.us/clawdbox/clawdbox:latest