zuul-jobs/roles/helm-lint/tasks/main.yaml
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

5 lines
98 B
YAML

- name: Run lint
command: "helm lint {{ helm_chart }}"
args:
chdir: "{{ zuul_work_dir }}"