mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🧑💻(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:
committed by
aleb_the_flash
parent
6374e136d8
commit
037166fb21
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user