Skip to content

Commit

Permalink
Update charts/chainlink-cluster/devspace.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: chainchad <[email protected]>
  • Loading branch information
skudasov and chainchad authored Mar 6, 2024
1 parent 84ac667 commit 798672a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/chainlink-cluster/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipelines:
run: |-
devspace run-pipeline deploy
kubectl get pods -n ${DEVSPACE_NAMESPACE} --no-headers=true | grep '^app-node-' | awk '{print $1}' | xargs kubectl delete pod -n ${DEVSPACE_NAMESPACE}
kubectl wait pods -n ${DEVSPACE_NAMESPACE} --selector=app=app --for=condition=Ready --timeout=${DEVSPACE_DEV_TIMEOUT}
kubectl wait pods -n ${DEVSPACE_NAMESPACE} --selector=app=app --for=condition=Ready --timeout=${DEVSPACE_K8S_POD_WAIT_TIMEOUT}
# You can run this pipeline via `devspace deploy` (or `devspace run-pipeline deploy`)
deploy:
run: |-
Expand Down

0 comments on commit 798672a

Please sign in to comment.