From 52fbd56666492513da3961b93a76d63403afca8d Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 13 Apr 2026 09:18:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(make)=20fix=20indentation=20in=20M?= =?UTF-8?q?akefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct indentation issues introduced while updating Kubernetes commands, ensuring targets execute properly. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ed023a0f..91afbb98 100644 --- a/Makefile +++ b/Makefile @@ -369,9 +369,10 @@ frontend-i18n-generate: \ .PHONY: frontend-i18n-generate # -- K8S -build-k8s-cluster: \ ## build the kubernetes cluster using kind - env.d/development/kube-secret - ./bin/start-kind.sh +build-k8s-cluster: ## build the kubernetes cluster using kind +build-k8s-cluster: \ + env.d/development/kube-secret \ + ./bin/start-kind.sh .PHONY: build-k8s-cluster start-tilt-keycloak: ## start the kubernetes cluster using kind, without Pro Connect for authentication, use keycloak