zuul-jobs/roles/helm-lint/README.rst
Michael Kelly b0cc01ceac
helm: Add job for linting helm charts
This job runs 'helm lint' on the user specified charts.

Change-Id: Ie6f39bab366b683e773add181de516c3ac913866
2022-11-16 15:09:07 -08:00

14 lines
290 B
ReStructuredText

Run Helm lint on a chart to verify correctness. It assumes that the Helm
executable is installed.
**Role Variables**
.. 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.