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.
2 parents ca099ea + 6b64590 commit 7e772e2Copy full SHA for 7e772e2
Makefile
@@ -748,7 +748,7 @@ manifest-modification: # Set the manifest images to the staging/production bucke
748
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./bootstrap/kubeadm/config/default/manager_pull_policy.yaml"
749
$(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./controlplane/kubeadm/config/default/manager_pull_policy.yaml"
750
751
-.PHONE: manifest-modification-dev
+.PHONY: manifest-modification-dev
752
manifest-modification-dev: # Set the manifest images to the staging bucket.
753
$(MAKE) set-manifest-image \
754
MANIFEST_IMG=$(REGISTRY)/$(CAPD_IMAGE_NAME) MANIFEST_TAG=$(RELEASE_TAG) \
0 commit comments