mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
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:
parent
ad8d6ab659
commit
26e3b14854
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ cat << EOL > /tmp/initcontainers.database
|
||||||
- name: init-volumes
|
- name: init-volumes
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
|
- mkdir
|
||||||
|
- "-p"
|
||||||
|
- /nextcloud-aio-database/data;
|
||||||
- chown
|
- chown
|
||||||
- 999:999
|
- 999:999
|
||||||
- "-R"
|
- "-R"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue