Skip to content

Commit 8166253

Browse files
committed
Add kind dependency for kind load
1 parent 412dc17 commit 8166253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ redeploy: deploy ## Redeploy controller with new docker image.
156156
$(KUBECTL) rollout restart -n $(NAMESPACE_NAME) deploy/etcd-operator-controller-manager
157157

158158
.PHONY: kind-load
159-
kind-load: docker-build ## Build and upload docker image to the local Kind cluster.
159+
kind-load: docker-build kind ## Build and upload docker image to the local Kind cluster.
160160
$(KIND) load docker-image ${IMG} --name $(KIND_CLUSTER_NAME)
161161

162162
.PHONY: kind-create

0 commit comments

Comments
 (0)