mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🩹(make) fix indentation in Makefile
Correct indentation issues introduced while updating Kubernetes commands, ensuring targets execute properly.
This commit is contained in:
committed by
aleb_the_flash
parent
170763a1f7
commit
52fbd56666
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user