mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-23 21:36:19 +08:00
fix(helm): chown database volume for postgres
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
cc8d3f908a
commit
10e114c5f8
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…
Reference in a new issue