diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c2a035ff0..aba5e77a1 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -20,6 +20,8 @@ jobs: - name: Create k8s Kind Cluster uses: helm/kind-action@v1.5.0 + with: + config: "./kind-config.yaml" - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/kuttl-test.yaml b/kuttl-test.yaml deleted file mode 100644 index bf0818951..000000000 --- a/kuttl-test.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestSuite -startKIND: true -kindConfig: "./kind-config.yaml" -crdDir: "./config/crd/bases" -testDirs: - - "./tests/e2e/" -parallel: 1 -timeout: 60 -kindContainers: - - operator:test -namespace : ot-container -suppress : - - events \ No newline at end of file