🧑‍💻(devex) ensure Kubernetes secrets are initialized for Tilt stack

Automatically copy required Kubernetes secrets when using the
Tilt development stack, as `make bootstrap` is not documented
as a prerequisite.

Feedback from Arnaud Robin
This commit is contained in:
lebaudantoine
2026-04-09 00:47:05 +02:00
committed by aleb_the_flash
parent 6374e136d8
commit 037166fb21
+2 -1
View File
@@ -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