Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrmt committed Dec 18, 2024
1 parent a3fdb42 commit c7ead83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/e2e-deploy-vald/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ runs:
if: ${{ inputs.use_local_charts == 'true' }}
run: |
make k8s/vald/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}"
kubectl delete pod --selector=app=vald-lb-gateway
sleep 10
sleep 3
kubectl wait --for=condition=Ready pod -l ${WAIT_FOR_SELECTOR} --timeout=${WAIT_FOR_TIMEOUT}
Expand Down

0 comments on commit c7ead83

Please sign in to comment.