🧑‍💻(devex) remove deprecated external secrets fetch command

Clean up obsolete command used to retrieve external secrets, as
the Helm dev stack relying on it has been removed.
This commit is contained in:
lebaudantoine
2026-04-09 00:45:51 +02:00
committed by aleb_the_flash
parent 3ccb2d4dd8
commit 6374e136d8
-4
View File
@@ -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