Skip to content

Commit

Permalink
fix: missing template folder in webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Aug 29, 2024
1 parent 42e8998 commit c9d1b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ popd >/dev/null || exit
diff() {
echo "Request diff from last revision, please wait ..."
echo ""
# temporarily disable the script from exiting on a non-zero status code
set +e
helm diff upgrade --install "${RELEASE}" "${CHART}" "${ARGS[@]}"
set -e
}

tryRun(){
Expand Down

0 comments on commit c9d1b98

Please sign in to comment.