Skip to content

Commit

Permalink
add workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrmt committed Dec 16, 2024
1 parent 972ba82 commit 7beaed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/e2e-deploy-vald-readreplica/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ runs:
if: ${{ inputs.use_local_charts == 'true' }}
run: |
make k8s/vald-readreplica/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}"
kubectl delete pod --selector="app=vald-lb-gateway"
sleep 3
Expand Down

0 comments on commit 7beaed7

Please sign in to comment.