diff --git a/.github/workflows/operator-e2e-integration-tests.yml b/.github/workflows/operator-e2e-integration-tests.yml index d44c66e86f7..d1879d5c74b 100644 --- a/.github/workflows/operator-e2e-integration-tests.yml +++ b/.github/workflows/operator-e2e-integration-tests.yml @@ -51,9 +51,9 @@ jobs: - name: Set up kubeconfig run: | # Point kubeconfig to the KIND cluster - export KUBECONFIG="$(kind get kubeconfig --name=$KIND_CLUSTER_NAME)" - echo "KUBECONFIG is set to $(kind get kubeconfig --name=$KIND_CLUSTER_NAME)" - kubectl config use-context kind-operator-e2e-cluster +# export KUBECONFIG="$(kind get kubeconfig --name=$KIND_CLUSTER_NAME)" +# echo "KUBECONFIG is set to $(kind get kubeconfig --name=$KIND_CLUSTER_NAME)" + kubectl config use-context kind-$KIND_CLUSTER_NAME echo "kind context is switched to cluster $KIND_CLUSTER_NAME" # - name: Load Docker image into KIND cluster