fix path
This commit is contained in:
parent
28442ade62
commit
6615d9b5bd
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
kind create cluster \
|
||||
--kubeconfig $KUBECONFIG \
|
||||
--config=./kind-config.yaml
|
||||
--config=./kind/kind-config-ci.yaml
|
||||
|
||||
kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443
|
||||
kubectl apply -f manifests/example.yaml --validate=false
|
||||
|
5
kind/kind-config-ci.yaml
Normal file
5
kind/kind-config-ci.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
networking:
|
||||
apiServerAddress: "127.0.0.1"
|
||||
apiServerPort: 6443
|
Loading…
Reference in New Issue
Block a user