address review

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-01 18:51:40 +01:00
parent 0ea229e19a
commit be3798401c
9 changed files with 9 additions and 18 deletions

View file

@ -26,8 +26,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-nextcloud
- /nextcloud-aio-apache
volumeMounts:

View file

@ -27,8 +27,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-clamav
volumeMounts:
- name: nextcloud-aio-clamav

View file

@ -27,8 +27,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-collabora-fonts
volumeMounts:
- name: nextcloud-aio-collabora-fonts

View file

@ -26,8 +26,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-database
- /nextcloud-aio-database-dump
volumeMounts:

View file

@ -27,8 +27,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-elasticsearch
volumeMounts:
- name: nextcloud-aio-elasticsearch

View file

@ -26,8 +26,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-nextcloud
- /nextcloud-aio-nextcloud-data
- /nextcloud-aio-nextcloud-trusted-cacerts

View file

@ -27,8 +27,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-onlyoffice
volumeMounts:
- name: nextcloud-aio-onlyoffice

View file

@ -26,8 +26,7 @@ spec:
image: alpine
command:
- chmod
- -R
- 777
- "777"
- /nextcloud-aio-redis
volumeMounts:
- name: nextcloud-aio-redis

View file

@ -46,8 +46,7 @@ cat << EOL > /tmp/initcontainers
image: alpine
command:
- chmod
- -R
- 777
- "777"
volumeMountsInitContainer:
EOL
# shellcheck disable=SC1083