diff --git a/Makefile b/Makefile index 53a1cc93..80faea54 100644 --- a/Makefile +++ b/Makefile @@ -373,10 +373,6 @@ build-k8s-cluster: ## build the kubernetes cluster using kind ./bin/start-kind.sh .PHONY: build-k8s-cluster -install-external-secrets: ## install the kubernetes secrets from Vaultwarden - ./bin/install-external-secrets.sh -.PHONY: build-k8s-cluster - start-tilt-keycloak: ## start the kubernetes cluster using kind, without Pro Connect for authentication, use keycloak DEV_ENV=dev-keycloak tilt up --namespace=meet -f ./bin/Tiltfile .PHONY: build-k8s-cluster