🔨(tilt) improve local stack

Improve the local tilt file in order to be abble to start all thing
without any dependencies to DINUM environment
This commit is contained in:
Jacques ROUSSEL
2024-12-06 12:18:51 +01:00
committed by aleb_the_flash
parent ed4f7dcf6c
commit 0ad37ee6de
9 changed files with 753 additions and 413 deletions

View File

@@ -38,7 +38,7 @@ docker_build(
]
)
k8s_yaml(local('cd ../src/helm && helmfile -n meet -e dev template .'))
k8s_yaml(local('cd ../src/helm && helmfile -n meet -e ${DEV_ENV:-dev} template .'))
migration = '''
set -eu