🧑‍💻(tilt) watch helm chart for changes in dev

This makes Tilt rebuild when the chart is edited.
This commit is contained in:
Jonathan Perret
2024-05-02 18:54:47 +02:00
parent 4478152156
commit aa68ce574e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# temporary secret files created by helmfile when decrypting secrets
**/secret[0-9]*.yaml
+2
View File
@@ -13,4 +13,6 @@ docker_build(
]
)
watch_file('src/helm')
k8s_yaml(local('cd src/helm && helmfile -n oidc2fer -e dev template .'))