mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08: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
|
||||
image: alpine
|
||||
command:
|
||||
- mkdir
|
||||
- "-p"
|
||||
- /nextcloud-aio-database/data;
|
||||
- chown
|
||||
- 999:999
|
||||
- "-R"
|
||||
|
|
Loading…
Reference in a new issue