🧑‍💻(tilt) add dimail

This adds dimail to the tilt kube deployment
This commit is contained in:
Quentin BEY
2024-12-09 16:21:14 +01:00
parent 80976e3761
commit 010d3674de
10 changed files with 116 additions and 3 deletions

View File

@@ -29,7 +29,9 @@ docker_build(
]
)
k8s_yaml(local('cd ../src/helm && helmfile -n desk -e ${DEV_ENV:-dev} template .'))
# helmfile in docker mount the current working directory and the helmfile.yaml
# requires the keycloak config in another directory
k8s_yaml(local('cd .. && helmfile -n desk -e ${DEV_ENV:-dev} template --file ./src/helm/helmfile.yaml'))
migration = '''
set -eu