Skip to content

Commit 3852cff

Browse files
committed
Move e2e to its own overlay
1 parent 59db003 commit 3852cff

File tree

6 files changed

+1
-70
lines changed

6 files changed

+1
-70
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ build-push-e2e-catalog: ## Build the testdata catalog used for e2e tests and pus
150150
# for example: ARTIFACT_PATH=/tmp/artifacts make test-e2e
151151
.PHONY: test-e2e
152152
test-e2e: KIND_CLUSTER_NAME := operator-controller-e2e
153-
test-e2e: KUSTOMIZE_BUILD_DIR := config/base/e2e
153+
test-e2e: KUSTOMIZE_BUILD_DIR := config/overlays/e2e
154154
test-e2e: GO_BUILD_FLAGS := -cover
155155
test-e2e: run image-registry build-push-e2e-catalog registry-load-bundles e2e e2e-coverage kind-clean #HELP Run e2e test suite on local kind cluster
156156

config/rbac/role.yaml

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)