Skip to content

Commit abc1f63

Browse files
committed
Makes use of Yolean/ystack#39 so we can iterate on runtime+specs
1 parent b50c145 commit abc1f63

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

specs/skaffold.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: skaffold/v2beta4
1+
apiVersion: skaffold/v2beta15
22
kind: Config
33
metadata:
44
name: assert-specs
@@ -7,13 +7,16 @@ build:
77
gitCommit:
88
variant: CommitSha
99
artifacts:
10-
- image: builds-registry.ystack.svc.cluster.local:80/yolean/assert-specs
10+
- image: builds-registry.ystack.svc.cluster.local/yolean/assert-specs
11+
context: ./
12+
custom:
13+
buildCommand: >-
14+
y-build-like-sync
15+
builds-registry.ystack.svc.cluster.local/yolean/assert-runtime-nodejs:../../kubernetes-assert/runtime-nodejs
1116
sync:
1217
manual:
1318
- src: '**'
1419
dest: /usr/src/specs
15-
kaniko:
16-
reproducible: true
1720
cluster: {}
1821
deploy:
1922
kustomize: {}

0 commit comments

Comments
 (0)