mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-27 10:46:47 +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
|
.PHONY: frontend-i18n-generate
|
||||||
|
|
||||||
# -- K8S
|
# -- K8S
|
||||||
build-k8s-cluster: \ ## build the kubernetes cluster using kind
|
build-k8s-cluster: ## build the kubernetes cluster using kind
|
||||||
env.d/development/kube-secret
|
build-k8s-cluster: \
|
||||||
./bin/start-kind.sh
|
env.d/development/kube-secret \
|
||||||
|
./bin/start-kind.sh
|
||||||
.PHONY: build-k8s-cluster
|
.PHONY: build-k8s-cluster
|
||||||
|
|
||||||
start-tilt-keycloak: ## start the kubernetes cluster using kind, without Pro Connect for authentication, use keycloak
|
start-tilt-keycloak: ## start the kubernetes cluster using kind, without Pro Connect for authentication, use keycloak
|
||||||
|
|||||||
Reference in New Issue
Block a user