diff --git a/helm-chart/templates/nextcloud-aio-apache-deployment.yaml b/helm-chart/templates/nextcloud-aio-apache-deployment.yaml index 2c0d6e77..42a162a0 100755 --- a/helm-chart/templates/nextcloud-aio-apache-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-apache-deployment.yaml @@ -26,8 +26,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-nextcloud - /nextcloud-aio-apache volumeMounts: diff --git a/helm-chart/templates/nextcloud-aio-clamav-deployment.yaml b/helm-chart/templates/nextcloud-aio-clamav-deployment.yaml index 189721fc..79ba5fa0 100755 --- a/helm-chart/templates/nextcloud-aio-clamav-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-clamav-deployment.yaml @@ -27,8 +27,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-clamav volumeMounts: - name: nextcloud-aio-clamav diff --git a/helm-chart/templates/nextcloud-aio-collabora-deployment.yaml b/helm-chart/templates/nextcloud-aio-collabora-deployment.yaml index 024c8833..e45299b1 100755 --- a/helm-chart/templates/nextcloud-aio-collabora-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-collabora-deployment.yaml @@ -27,8 +27,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-collabora-fonts volumeMounts: - name: nextcloud-aio-collabora-fonts diff --git a/helm-chart/templates/nextcloud-aio-database-deployment.yaml b/helm-chart/templates/nextcloud-aio-database-deployment.yaml index 258bf0d7..1069990e 100755 --- a/helm-chart/templates/nextcloud-aio-database-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-database-deployment.yaml @@ -26,8 +26,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-database - /nextcloud-aio-database-dump volumeMounts: diff --git a/helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml b/helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml index 2060316a..0f9fc173 100755 --- a/helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-fulltextsearch-deployment.yaml @@ -27,8 +27,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-elasticsearch volumeMounts: - name: nextcloud-aio-elasticsearch diff --git a/helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml b/helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml index 45b4da0e..4cb83af7 100755 --- a/helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-nextcloud-deployment.yaml @@ -26,8 +26,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-nextcloud - /nextcloud-aio-nextcloud-data - /nextcloud-aio-nextcloud-trusted-cacerts diff --git a/helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml b/helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml index 374471c6..fe624307 100755 --- a/helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-onlyoffice-deployment.yaml @@ -27,8 +27,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-onlyoffice volumeMounts: - name: nextcloud-aio-onlyoffice diff --git a/helm-chart/templates/nextcloud-aio-redis-deployment.yaml b/helm-chart/templates/nextcloud-aio-redis-deployment.yaml index 57be9cd7..d47659a4 100755 --- a/helm-chart/templates/nextcloud-aio-redis-deployment.yaml +++ b/helm-chart/templates/nextcloud-aio-redis-deployment.yaml @@ -26,8 +26,7 @@ spec: image: alpine command: - chmod - - -R - - 777 + - "777" - /nextcloud-aio-redis volumeMounts: - name: nextcloud-aio-redis diff --git a/helm-chart/update-helm.sh b/helm-chart/update-helm.sh index e60d530b..b0602e74 100755 --- a/helm-chart/update-helm.sh +++ b/helm-chart/update-helm.sh @@ -46,8 +46,7 @@ cat << EOL > /tmp/initcontainers image: alpine command: - chmod - - -R - - 777 + - "777" volumeMountsInitContainer: EOL # shellcheck disable=SC1083