Skip to content

Commit 2111b1d

Browse files
author
Jelle Dijkstra
committed
Fix makefile
1 parent 6c00041 commit 2111b1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7171
setup-test-e2e: ## Set up a Kind cluster for e2e tests if it does not exist
@@ -172,6 +172,7 @@ $(LOCALBIN):
172172

173173
## Tool Binaries
174174
KUBECTL ?= kubectl
175+
KIND ?= kind
175176
KUSTOMIZE ?= $(LOCALBIN)/kustomize
176177
CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
177178
ENVTEST ?= $(LOCALBIN)/setup-envtest

config/rbac/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)