Skip to content

Commit

Permalink
always wait
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Jan 31, 2024
1 parent fe8cd58 commit 8d51e36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .ci/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,10 @@ function ci::install_pulsar_chart() {
--timeout=90s
# configure metallb
${KUBECTL} apply -f ${BINDIR}/metallb/metallb-config.yaml

install_args=""
else
install_args="--wait --wait-for-jobs --timeout 300s --debug"
fi

install_args="--wait --wait-for-jobs --timeout 300s --debug"

CHART_ARGS=""
if [[ "${PULSAR_CHART_VERSION}" == "local" ]]; then
set -x
Expand Down

0 comments on commit 8d51e36

Please sign in to comment.