diff --git a/deploy/df-wiki/templates/deployment.yaml b/deploy/df-wiki/templates/deployment.yaml index b400b90dbd8cfd39b1e785af1e58605c541b814e..ad05cb2c64aba41ae3fa370be606ad4a6194acaa 100644 --- a/deploy/df-wiki/templates/deployment.yaml +++ b/deploy/df-wiki/templates/deployment.yaml @@ -33,7 +33,7 @@ spec: - name: init-directory image: busybox command: ["/bin/sh", "-c"] - args: ["mkdir -p /struct/wiki"] + args: ["mkdir -p /struct/wiki", chown -R 1001:1001 /struct/wiki"] volumeMounts: - name: structure-data-pvc mountPath: /struct