We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8412bf3 commit bfd0225Copy full SHA for bfd0225
Makefile
@@ -218,7 +218,7 @@ kind-run-local: manifests generate fmt vet $(KIND_KUBECONFIG) ## Run the policy-
218
kind-load-image: build-images $(KIND_KUBECONFIG) ## Build and load the docker image into kind.
219
kind load docker-image $(IMAGE_NAME_AND_VERSION) --name $(KIND_NAME)
220
221
-.PHONY: regenerate-controller
+.PHONY: kind-regenerate-controller
222
kind-regenerate-controller: manifests generate kustomize $(KIND_KUBECONFIG) ## Refresh (or initially deploy) the policy-addon-controller.
223
cp config/default/kustomization.yaml config/default/kustomization.yaml.tmp
224
cd config/default && $(KUSTOMIZE) edit set image policy-addon-image=$(IMAGE_NAME_AND_VERSION)
0 commit comments