Skip to content

Commit

Permalink
wio
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Jul 18, 2023
1 parent 34c9d65 commit 935b17c
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 @@ -40,7 +40,7 @@ sed -i "s|\${NEXTCLOUD_TRUSTED_CACERTS_DIR}:|nextcloud_aio_nextcloud_trusted_cac
sed -i 's|\${|{{ .Values.|g' latest.yml
sed -i 's|}| }}|g' latest.yml
snap install yq
yq -i 'del(.services.[].profiles)' latest.yaml
yq -i 'del(.services.[].profiles)' ./latest.yaml
cat latest.yml
kompose convert -c -f latest.yml --namespace nextcloud-aio-namespace
cd latest
Expand Down

0 comments on commit 935b17c

Please sign in to comment.