zuul-jobs/roles/helm-template/README.rst
James E. Blair 3748623564 Fix typo in helm role
s/go/helm.

Change-Id: I840fff4e556df4b99994830755daddbe54222bb2
2020-01-10 13:26:51 -08:00

18 lines
389 B
ReStructuredText

Run Helm by templating the chart, it assumes that a Kubernetes cluster is
already setup and the Helm executable is installed.
**Role Variables**
.. zuul:rolevar:: helm_release_name
Helm release name (mandatory)
.. zuul:rolevar:: helm_chart
Directory of the Helm chart.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
Directory in which to run helm.