Skip to content

Commit

Permalink
disable kaniko fallback, increase deploy wait timeout (#11548)
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Dec 12, 2023
1 parent cf74cd0 commit dfc62cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/chainlink-cluster/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ images:
image: ${DEVSPACE_IMAGE}
dockerfile: ../../core/chainlink.devspace.Dockerfile
context: ../..
docker:
disableFallback: true

hooks:
- wait:
running: true
terminatedWithCode: 0
timeout: 600
container:
labelSelector:
# vars don't work here, = releaseName
Expand Down

0 comments on commit dfc62cc

Please sign in to comment.