🩹(make) fix indentation in Makefile

Correct indentation issues introduced while updating Kubernetes
commands, ensuring targets execute properly.
This commit is contained in:
lebaudantoine
2026-04-13 09:18:43 +02:00
committed by aleb_the_flash
parent 170763a1f7
commit 52fbd56666
+4 -3
View File
@@ -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