🔥(tilt) remove tooling for Tilt development stack

Clean up unused development tooling related to running
the Tilt dev environment.
This commit is contained in:
lebaudantoine
2026-03-25 14:32:00 +01:00
committed by aleb_the_flash
parent 15133f9d6b
commit 2424817523
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -359,10 +359,6 @@ install-external-secrets: ## install the kubernetes secrets from Vaultwarden
./bin/install-external-secrets.sh
.PHONY: build-k8s-cluster
start-tilt: ## start the kubernetes cluster using kind
tilt up --namespace=meet -f ./bin/Tiltfile
.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