diff --git a/deploy/df-wiki/templates/deployment.yaml b/deploy/df-wiki/templates/deployment.yaml index ad05cb2c64aba41ae3fa370be606ad4a6194acaa..141405d48a711bd88be0f14273f40f173e52c6d8 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", chown -R 1001:1001 /struct/wiki"] + args: ["mkdir -p /struct/wiki", chown -R 101:101 /struct/wiki"] volumeMounts: - name: structure-data-pvc mountPath: /struct