We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888acb4 commit 505a4baCopy full SHA for 505a4ba
examples/basic-dev-inner-loop/specs/skaffold.yaml
@@ -10,10 +10,9 @@ build:
10
- image: builds-registry.ystack.svc.cluster.local/ystack/basic-dev-inner-loop-specs
11
context: ./
12
custom:
13
- # NOTE when iterating on the runtime image, the image URL below must be updated
14
buildCommand: >-
15
y-build-like-sync
16
- builds-registry.ystack.svc.cluster.local/yoleandev/kubernetes-assert:runtime-nodejs@sha256:d165d340bb71ea6a5f6a7c1344d934554142b961383a9e1df20e6ce49f7ab963
+ builds-registry.ystack.svc.cluster.local/yoleandev/kubernetes-assert:../../../../kubernetes-assert/runtime-nodejs
17
sync:
18
manual:
19
- src: '**'
0 commit comments