helm-chart - create the data folder manually in order to apply the correct permissions

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-03 12:21:46 +02:00
parent ad8d6ab659
commit 26e3b14854

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"