From 26e3b14854857777885c5dbefbcbf3a2886e8e44 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 3 May 2023 12:21:46 +0200 Subject: [PATCH] helm-chart - create the data folder manually in order to apply the correct permissions Signed-off-by: Simon L --- nextcloud-aio-helm-chart/update-helm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index b7b8583a..0db93026 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -59,6 +59,9 @@ cat << EOL > /tmp/initcontainers.database - name: init-volumes image: alpine command: + - mkdir + - "-p" + - /nextcloud-aio-database/data; - chown - 999:999 - "-R"