Skip to content

Commit

Permalink
Update update-helm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Nov 5, 2024
1 parent 70eafbe commit 68f0070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud-aio-helm-chart/update-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./

Expand Down

0 comments on commit 68f0070

Please sign in to comment.