This commit is contained in:
2026-04-02 12:30:30 +00:00
parent e17c17accb
commit a8c1bb71f2

View File

@@ -122,6 +122,22 @@ spec:
labels: labels:
app: wekan app: wekan
spec: spec:
securityContext:
fsGroup: 1000
initContainers:
- name: init-wekan-data
image: busybox:1.36
command:
- sh
- -c
- |
mkdir -p /data/attachments
chmod -R 0777 /data
securityContext:
runAsUser: 0
volumeMounts:
- name: wekan-data
mountPath: /data
containers: containers:
- name: wekan - name: wekan
image: ghcr.io/wekan/wekan:v8.42 image: ghcr.io/wekan/wekan:v8.42