doubt itll work
Tests / test (push) Failing after 25s Details
Tests / test (pull_request) Failing after 1m16s Details

This commit is contained in:
Michael Francis 2024-09-11 18:42:50 +01:00
parent 88400f1be2
commit 1da5d8955e
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ jobs:
--kubeconfig $KUBECONFIG \
--config=./kind/kind-config-ci.yaml
kubectl config set-cluster kind- --server=https://kind-control-plane:6443
kubectl cluster-info --context kind-19 --kubeconfig --config=./kind/kind-config-ci.yaml
kubectl config set-cluster kind-${{ github.run_id }} --server=https://kind-control-plane:6443
kubectl apply -f manifests/example.yaml --validate=false
tilt ci