mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 15:44:10 +00:00
- When using `local()` in the Tiltfile it will not know to watch those files for changes, so each time we use `local()` we now also use `watch_file()` - As a result, editing a ytt template file now causes an immediate `kubectl apply` of the results