zuul-jobs/test-playbooks/helm-lint/create-helm-chart.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

10 lines
187 B
YAML

- hosts: all
roles:
- role: ensure-helm
tasks:
- name: Create helm chart
shell: |
helm create test-chart
args:
chdir: "{{ zuul.project.src_dir }}"