diff --git a/Makefile b/Makefile index ef87bd04..5d52587d 100644 --- a/Makefile +++ b/Makefile @@ -302,6 +302,7 @@ build-k8s-cluster: ## build the kubernetes cluster using kind .PHONY: build-k8s-cluster start-tilt: ## start the kubernetes cluster using kind + kubectl config set-context --current --namespace=meet tilt up -f ./bin/Tiltfile .PHONY: build-k8s-cluster