Merge pull request #2477 from nextcloud/enh/noid/create-data-folder

helm-chart - create the data folder manually in order to apply the co…
This commit is contained in:
Simon L
2023-05-03 13:01:49 +02:00
committed by GitHub

View File

@@ -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"