From 6374e136d8473d2ce557c059addbfa670636901b Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 9 Apr 2026 00:45:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(devex)=20remo?= =?UTF-8?q?ve=20deprecated=20external=20secrets=20fetch=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up obsolete command used to retrieve external secrets, as the Helm dev stack relying on it has been removed. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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