We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412dc17 commit 8166253Copy full SHA for 8166253
Makefile
@@ -156,7 +156,7 @@ redeploy: deploy ## Redeploy controller with new docker image.
156
$(KUBECTL) rollout restart -n $(NAMESPACE_NAME) deploy/etcd-operator-controller-manager
157
158
.PHONY: kind-load
159
-kind-load: docker-build ## Build and upload docker image to the local Kind cluster.
+kind-load: docker-build kind ## Build and upload docker image to the local Kind cluster.
160
$(KIND) load docker-image ${IMG} --name $(KIND_CLUSTER_NAME)
161
162
.PHONY: kind-create
0 commit comments