WIP: start working on tests #1

Draft
edude03 wants to merge 20 commits from feature/add-tests into main
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 1da5d8955e - Show all commits

View File

@ -30,6 +30,7 @@ jobs:
--kubeconfig $KUBECONFIG \ --kubeconfig $KUBECONFIG \
--config=./kind/kind-config-ci.yaml --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 kubectl apply -f manifests/example.yaml --validate=false
tilt ci tilt ci