mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-09 23:17:46 +08:00
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:
commit
1982e069b7
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