https://github.com/tmc/rules_helm_example
example usage of rules_helm
https://github.com/tmc/rules_helm_example
Last synced: about 1 year ago
JSON representation
example usage of rules_helm
- Host: GitHub
- URL: https://github.com/tmc/rules_helm_example
- Owner: tmc
- Created: 2019-04-07T19:47:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T01:52:30.000Z (almost 7 years ago)
- Last Synced: 2025-04-10T11:25:20.890Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rules_helm_example
This repository shows example use of the [rules_helm](https://github.com/tmc/rules_helm) Bazel build
rules.
Examples:
* `bazel run //:test_chart_1.install` this will install the chart defined in BUILD to the currently configured kubernetes cluster.
* `bazel run //charts/istio:istio_init.install` and `bazel run //charts/istio:istio.install` will install Istio.