mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
Merge pull request #1896 from nextcloud/fix/noid/chown-postgres
fix(helm): chown database volume for postgres
This commit is contained in:
commit
5da794a8d8
1 changed files with 4 additions and 4 deletions
|
|
@ -25,10 +25,10 @@ spec:
|
|||
- name: init-volumes
|
||||
image: alpine
|
||||
command:
|
||||
- chmod
|
||||
- "777"
|
||||
- /nextcloud-aio-database
|
||||
- /nextcloud-aio-database-dump
|
||||
- sh
|
||||
- -c
|
||||
- "chmod 777 /nextcloud-aio-database /nextcloud-aio-database-dump
|
||||
&& chown 999:999 /nextcloud-aio-database"
|
||||
volumeMounts:
|
||||
- name: nextcloud-aio-database-dump
|
||||
mountPath: /nextcloud-aio-database-dump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue