Skip to content

Commit bfd0225

Browse files
mprahlopenshift-ci[bot]
authored andcommitted
Fix a typo in a Make target
Signed-off-by: mprahl <[email protected]>
1 parent 8412bf3 commit bfd0225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ kind-run-local: manifests generate fmt vet $(KIND_KUBECONFIG) ## Run the policy-
218218
kind-load-image: build-images $(KIND_KUBECONFIG) ## Build and load the docker image into kind.
219219
kind load docker-image $(IMAGE_NAME_AND_VERSION) --name $(KIND_NAME)
220220

221-
.PHONY: regenerate-controller
221+
.PHONY: kind-regenerate-controller
222222
kind-regenerate-controller: manifests generate kustomize $(KIND_KUBECONFIG) ## Refresh (or initially deploy) the policy-addon-controller.
223223
cp config/default/kustomization.yaml config/default/kustomization.yaml.tmp
224224
cd config/default && $(KUSTOMIZE) edit set image policy-addon-image=$(IMAGE_NAME_AND_VERSION)

0 commit comments

Comments
 (0)