diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8bb38f6..ea4be37 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/kind/kind-config-ci.yaml b/kind/kind-config-ci.yaml new file mode 100644 index 0000000..69302a5 --- /dev/null +++ b/kind/kind-config-ci.yaml @@ -0,0 +1,5 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +networking: + apiServerAddress: "127.0.0.1" + apiServerPort: 6443