mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 23:46:53 +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
|
- name: init-volumes
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- sh
|
||||||
- "777"
|
- -c
|
||||||
- /nextcloud-aio-database
|
- "chmod 777 /nextcloud-aio-database /nextcloud-aio-database-dump
|
||||||
- /nextcloud-aio-database-dump
|
&& chown 999:999 /nextcloud-aio-database"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-database-dump
|
- name: nextcloud-aio-database-dump
|
||||||
mountPath: /nextcloud-aio-database-dump
|
mountPath: /nextcloud-aio-database-dump
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue