Skip to content
Snippets Groups Projects
Commit f41f064d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

chown 101

parent 4e90be76
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -33,7 +33,7 @@ spec: ...@@ -33,7 +33,7 @@ spec:
- name: init-directory - name: init-directory
image: busybox image: busybox
command: ["/bin/sh", "-c"] command: ["/bin/sh", "-c"]
args: ["mkdir -p /struct/wiki", chown -R 1001:1001 /struct/wiki"] args: ["mkdir -p /struct/wiki", chown -R 101:101 /struct/wiki"]
volumeMounts: volumeMounts:
- name: structure-data-pvc - name: structure-data-pvc
mountPath: /struct mountPath: /struct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment