diff --git a/Makefile b/Makefile index 80faea54..ed023a0f 100644 --- a/Makefile +++ b/Makefile @@ -369,7 +369,8 @@ frontend-i18n-generate: \ .PHONY: frontend-i18n-generate # -- K8S -build-k8s-cluster: ## build the kubernetes cluster using kind +build-k8s-cluster: \ ## build the kubernetes cluster using kind + env.d/development/kube-secret ./bin/start-kind.sh .PHONY: build-k8s-cluster