File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ test: manifests generate fmt vet setup-envtest ## Run tests.
6565# The default setup assumes Kind is pre-installed and builds/loads the Manager Docker image locally.
6666# CertManager is installed by default; skip with:
6767# - CERT_MANAGER_INSTALL_SKIP=true
68- KIND_CLUSTER ?= atom-operator-v3- test-e2e
68+ KIND_CLUSTER ?= atom-operator-test-e2e
6969
7070.PHONY : setup-test-e2e
7171setup-test-e2e : # # Set up a Kind cluster for e2e tests if it does not exist
@@ -172,6 +172,7 @@ $(LOCALBIN):
172172
173173# # Tool Binaries
174174KUBECTL ?= kubectl
175+ KIND ?= kind
175176KUSTOMIZE ?= $(LOCALBIN ) /kustomize
176177CONTROLLER_GEN ?= $(LOCALBIN ) /controller-gen
177178ENVTEST ?= $(LOCALBIN ) /setup-envtest
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resources:
2020- metrics_reader_role.yaml
2121# For each CRD, "Admin", "Editor" and "Viewer" roles are scaffolded by
2222# default, aiding admins in cluster management. Those roles are
23- # not used by the atom-operator-v3 itself. You can comment the following lines
23+ # not used by the atom-operator itself. You can comment the following lines
2424# if you do not want those helpers be installed with your Project.
2525- atom_admin_role.yaml
2626- atom_editor_role.yaml
You can’t perform that action at this time.
0 commit comments