File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ install: manifests
88
88
uninstall : manifests
89
89
kustomize build config/crd | kubectl delete -f -
90
90
91
- deploy-manager :
91
+ deploy-manager : cmctl
92
92
$(CMCTL ) check api --wait=2m
93
93
kustomize build config/default/overlays/cert-manager/ | kubectl apply -f -
94
94
@@ -99,12 +99,12 @@ destroy:
99
99
kustomize build config/default/base | kubectl delete --ignore-not-found=true -f -
100
100
101
101
# Deploy operator with local changes
102
- deploy-dev : check-env-docker-credentials docker-build-dev manifests deploy-rbac docker-registry-secret set-operator-image-repo
102
+ deploy-dev : check-env-docker-credentials cmctl docker-build-dev manifests deploy-rbac docker-registry-secret set-operator-image-repo
103
103
$(CMCTL ) check api --wait=2m
104
104
kustomize build config/default/overlays/dev | sed ' s@((operator_docker_image))@"$(DOCKER_REGISTRY_SERVER)/$(OPERATOR_IMAGE):$(GIT_COMMIT)"@' | kubectl apply -f -
105
105
106
106
# Load operator image and deploy operator into current KinD cluster
107
- deploy-kind : manifests deploy-rbac
107
+ deploy-kind : manifests cmctl deploy-rbac
108
108
$(BUILD_KIT ) build --build-arg=GIT_COMMIT=$(GIT_COMMIT ) -t $(DOCKER_REGISTRY_SERVER ) /$(OPERATOR_IMAGE ) :$(GIT_COMMIT ) .
109
109
kind load docker-image $(DOCKER_REGISTRY_SERVER ) /$(OPERATOR_IMAGE ) :$(GIT_COMMIT )
110
110
$(CMCTL ) check api --wait=2m
You can’t perform that action at this time.
0 commit comments