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
commit 1982e069b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"