From 68f0070af9c75f33f800f514ba28076de358544f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 5 Nov 2024 16:15:57 +0100 Subject: [PATCH] Update update-helm.sh --- nextcloud-aio-helm-chart/update-helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-aio-helm-chart/update-helm.sh b/nextcloud-aio-helm-chart/update-helm.sh index 9588d032bae..ebfa9fd3452 100755 --- a/nextcloud-aio-helm-chart/update-helm.sh +++ b/nextcloud-aio-helm-chart/update-helm.sh @@ -428,7 +428,7 @@ cat << EOL >> /tmp/security.conf runAsNonRoot: true EOL # shellcheck disable=SC1083 -find ./ -name "*deployment.yaml" -exec sed -i "/^.*securityContext:$/r /tmp/security.conf" \{} \; +find ./ \( -name "*deployment.yaml" -not -name '*(nextcloud|onlyoffice)-deployment.yaml*' \) -exec sed -i "/^.*securityContext:$/r /tmp/security.conf" \{} \; chmod 777 -R ./