File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,6 @@ tasks:
3434 cmds :
3535 - kind delete cluster --name {{.KIND_CLUSTER_NAME}}
3636
37- kind:load-images:directory :
38- desc : Pull and load images to kind
39- cmds :
40- # pull images
41- - docker pull {{.IMAGE_REPO}}/dir-apiserver:{{.DIRECTORY_IMAGE_TAG}}
42- # load images
43- - kind load docker-image {{.IMAGE_REPO}}/dir-apiserver:{{.DIRECTORY_IMAGE_TAG}} --name {{.KIND_CLUSTER_NAME}}
44-
45- kind:load-images:gateway :
46- desc : Pull and load images to kind
47- cmds :
48- # pull images
49- - docker pull {{.IMAGE_REPO}}/agp/gw:{{.GATEWAY_IMAGE_TAG}}
50- # load images
51- - kind load docker-image {{.IMAGE_REPO}}/agp/gw:{{.GATEWAY_IMAGE_TAG}} --name {{.KIND_CLUSTER_NAME}}
52-
5337 k8s:port-forward:setup:directory :
5438 internal : true
5539 cmds :
7458
7559 test:env:directory:deploy :
7660 desc : Deploy Agntcy directory test env
77- deps :
78- - kind:load-images:directory
7961 vars :
8062 REGCRED_CREATE : ' {{ .REGCRED_CREATE | default "false" }}'
8163 cmds :
9981
10082 test:env:gateway:deploy :
10183 desc : Deploy agntcy gateway test env
102- deps :
103- - kind:load-images:gateway
10484 cmds :
10585 - |
10686 helm dependency build ./agntcy-agp/components/helm
You can’t perform that action at this time.
0 commit comments