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 21, 2024
1 parent 86a2070 commit fd1b778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextcloud-aio-helm-chart/update-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ yq -i 'del(.services.[].tmpfs)' latest.yml
# Remove cap_drop in order to add it later again easier
yq -i 'del(.services.[].cap_drop)' latest.yml
# Remove SYS_NICE for imaginary as it is not supported with RPSS
yq -i 'del(.services.[] | select(.cap_add == "SYS_NICE"))' latest.yml
sed -i "s|- SYS_NICE$|- NET_BIND_SERVICE|" latest.yml

cat latest.yml
kompose convert -c -f latest.yml --namespace nextcloud-aio-namespace
cd latest
Expand Down

0 comments on commit fd1b778

Please sign in to comment.