File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ local_setup() {
4141}
4242
4343@test ' deploy app to kubernetes' {
44- spin kube deploy --from " $MY_APP_IMAGE "
44+ spin kube deploy --context rancher-desktop -- from " $MY_APP_IMAGE "
4545}
4646
4747# TODO replace ingress with port-forwarding
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ local_setup() {
2727@test ' deploy app to kubernetes' {
2828 # Newer versions of the sample app have moved from "deislabs" to "spinkube":
2929 # ghcr.io/spinkube/containerd-shim-spin/examples/spin-rust-hello:v0.13.0
30- spin kube deploy --from ghcr.io/deislabs/containerd-wasm-shims/examples/spin-rust-hello:v0.10.0
30+ spin kube deploy --context rancher-desktop -- from ghcr.io/deislabs/containerd-wasm-shims/examples/spin-rust-hello:v0.10.0
3131}
3232
3333# TODO replace ingress with port-forwarding
You can’t perform that action at this time.
0 commit comments