https://github.com/tilt-dev/tilt-helm-demo
Demo of Tilt with Helm
https://github.com/tilt-dev/tilt-helm-demo
Last synced: 8 months ago
JSON representation
Demo of Tilt with Helm
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-helm-demo
- Owner: tilt-dev
- License: apache-2.0
- Created: 2019-06-05T21:31:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T20:01:34.000Z (over 5 years ago)
- Last Synced: 2025-02-21T23:18:31.165Z (over 1 year ago)
- Language: Mustache
- Size: 11.7 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tilt-helm-demo
A demo using [Tilt](https://github.com/windmilleng/tilt) with [Helm](https://github.com/helm/helm).
See the [Tilt with Helm docs](https://docs.tilt.dev/helm) for a longer explanation.
To run:
- Install `helm`
- Install `tilt`
- Configure `tilt` to [talk to a local Kubernetes instance](https://docs.tilt.dev/faq.html#q-how-do-i-change-what-kubernetes-cluster-tilt-uses) (like Docker For Mac or Minikube)
- Run `tilt up`
See the [Tiltfile](Tiltfile) for more details on how to configure Tilt with helm in your own project.
## License
Copyright 2019 Tilt Dev
Licensed under [the Apache License, Version 2.0](LICENSE)