(tilt) add Tilt environment for testing DINUM frontend image

Introduce new development environment to test custom DINUM image locally
and validate white-label customizations.
This commit is contained in:
lebaudantoine
2025-06-26 19:17:25 +02:00
committed by aleb_the_flash
parent 77e7e9cdd4
commit fb6b6f2b03
8 changed files with 356 additions and 3 deletions

View File

@@ -347,3 +347,7 @@ start-tilt: ## start the kubernetes cluster using kind
start-tilt-keycloak: ## start the kubernetes cluster using kind, without Pro Connect for authentication, use keycloak
DEV_ENV=dev-keycloak tilt up -f ./bin/Tiltfile
.PHONY: build-k8s-cluster
start-tilt-dinum: ## start the kubernetes cluster using kind, without Pro Connect for authentication, but with DINUM styles
DEV_ENV=dev-dinum tilt up -f ./bin/Tiltfile
.PHONY: build-k8s-cluster