tmc / rules_helm_example

example usage of rules_helm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rules_helm_example

This repository shows example use of the 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.

About

example usage of rules_helm


Languages

Language:Python 37.9%Language:Makefile 30.4%Language:Smarty 28.6%Language:Shell 3.0%