https://github.com/tilt-dev/tilt-helmfile-demo
A demo using Tilt with helmfile
https://github.com/tilt-dev/tilt-helmfile-demo
Last synced: 12 months ago
JSON representation
A demo using Tilt with helmfile
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-helmfile-demo
- Owner: tilt-dev
- License: apache-2.0
- Created: 2019-04-29T15:26:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T13:29:49.000Z (about 6 years ago)
- Last Synced: 2025-04-18T07:52:06.285Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tilt-helmfile-demo
A demo using Tilt with helmfile.
Based on steps from @romikoops in https://github.com/windmilleng/tilt/issues/1517
To run:
1. Install [helmfile](https://github.com/roboll/helmfile)
2. Install [tilt](https://docs.tilt.dev/install.html)
3. Run `tilt up`
See the Tiltfile for more details on how to configure Tilt for helmfile in your
own project.