File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ kind-bootstrap-cluster-dev: kind-create-cluster install-crds install-resources
238238.PHONY : kind-deploy-controller
239239kind-deploy-controller :
240240 @echo installing $(IMG )
241- kubectl create ns $(KIND_NAMESPACE ) --kubeconfig=$(MANAGED_CONFIG )
241+ - kubectl create ns $(KIND_NAMESPACE ) --kubeconfig=$(MANAGED_CONFIG )
242242 kubectl create secret -n $(KIND_NAMESPACE ) generic hub-kubeconfig --from-file=kubeconfig=$(HUB_CONFIG_INTERNAL ) --kubeconfig=$(MANAGED_CONFIG )
243243 kubectl apply -f deploy/operator.yaml -n $(KIND_NAMESPACE ) --kubeconfig=$(MANAGED_CONFIG )
244244
@@ -276,9 +276,9 @@ install-crds:
276276.PHONY : install-resources
277277install-resources :
278278 @echo creating namespace on hub
279- kubectl create ns $(MANAGED_CLUSTER_NAME ) --kubeconfig=$(HUB_CONFIG )
279+ - kubectl create ns $(MANAGED_CLUSTER_NAME ) --kubeconfig=$(HUB_CONFIG )
280280 @echo creating namespace on managed
281- kubectl create ns $(MANAGED_CLUSTER_NAME ) --kubeconfig=$(MANAGED_CONFIG )
281+ - kubectl create ns $(MANAGED_CLUSTER_NAME ) --kubeconfig=$(MANAGED_CONFIG )
282282
283283.PHONY : e2e-dependencies
284284e2e-dependencies :
You can’t perform that action at this time.
0 commit comments