Skip to content

Commit

Permalink
Move e2e to its own overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
trgeiger committed Jun 7, 2024
1 parent 2080e21 commit 2ac054b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 70 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ build-push-e2e-catalog: ## Build the testdata catalog used for e2e tests and pus
# for example: ARTIFACT_PATH=/tmp/artifacts make test-e2e
.PHONY: test-e2e
test-e2e: KIND_CLUSTER_NAME := operator-controller-e2e
test-e2e: KUSTOMIZE_BUILD_DIR := config/base/e2e
test-e2e: KUSTOMIZE_BUILD_DIR := config/overlays/e2e
test-e2e: GO_BUILD_FLAGS := -cover
test-e2e: run image-registry build-push-e2e-catalog kind-load-test-artifacts e2e e2e-coverage kind-clean #HELP Run e2e test suite on local kind cluster

Expand Down
File renamed without changes.
69 changes: 0 additions & 69 deletions config/rbac/role.yaml

This file was deleted.

0 comments on commit 2ac054b

Please sign in to comment.