mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
0ea229e19a
commit
be3798401c
9 changed files with 9 additions and 18 deletions
|
|
@ -26,8 +26,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-nextcloud
|
- /nextcloud-aio-nextcloud
|
||||||
- /nextcloud-aio-apache
|
- /nextcloud-aio-apache
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-clamav
|
- /nextcloud-aio-clamav
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-clamav
|
- name: nextcloud-aio-clamav
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-collabora-fonts
|
- /nextcloud-aio-collabora-fonts
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-collabora-fonts
|
- name: nextcloud-aio-collabora-fonts
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-database
|
- /nextcloud-aio-database
|
||||||
- /nextcloud-aio-database-dump
|
- /nextcloud-aio-database-dump
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-elasticsearch
|
- /nextcloud-aio-elasticsearch
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-elasticsearch
|
- name: nextcloud-aio-elasticsearch
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-nextcloud
|
- /nextcloud-aio-nextcloud
|
||||||
- /nextcloud-aio-nextcloud-data
|
- /nextcloud-aio-nextcloud-data
|
||||||
- /nextcloud-aio-nextcloud-trusted-cacerts
|
- /nextcloud-aio-nextcloud-trusted-cacerts
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-onlyoffice
|
- /nextcloud-aio-onlyoffice
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-onlyoffice
|
- name: nextcloud-aio-onlyoffice
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,7 @@ spec:
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
- /nextcloud-aio-redis
|
- /nextcloud-aio-redis
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nextcloud-aio-redis
|
- name: nextcloud-aio-redis
|
||||||
|
|
|
||||||
|
|
@ -46,8 +46,7 @@ cat << EOL > /tmp/initcontainers
|
||||||
image: alpine
|
image: alpine
|
||||||
command:
|
command:
|
||||||
- chmod
|
- chmod
|
||||||
- -R
|
- "777"
|
||||||
- 777
|
|
||||||
volumeMountsInitContainer:
|
volumeMountsInitContainer:
|
||||||
EOL
|
EOL
|
||||||
# shellcheck disable=SC1083
|
# shellcheck disable=SC1083
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue