.
This commit is contained in:
@@ -122,6 +122,22 @@ spec:
|
||||
labels:
|
||||
app: wekan
|
||||
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:
|
||||
- name: wekan
|
||||
image: ghcr.io/wekan/wekan:v8.42
|
||||
|
||||
Reference in New Issue
Block a user