Skip to content

Commit

Permalink
fix: update sleep time for operator deploy
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Sep 28, 2023
1 parent 91deb87 commit 0b96823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e-deploy-vald-helm-operator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
${HELM_EXTRA_OPTIONS} \
charts/vald-helm-operator/.
sleep 3
sleep 6
env:
HELM_EXTRA_OPTIONS: ${{ inputs.helm_extra_options }}

Expand All @@ -91,7 +91,7 @@ runs:
run: |
kubectl apply -f ${VALDRELEASE}
sleep 3
sleep 6
kubectl wait --for=condition=ready pod -l ${WAIT_FOR_SELECTOR} --timeout=${WAIT_FOR_TIMEOUT}
Expand Down

0 comments on commit 0b96823

Please sign in to comment.