b0cc01ceac
This job runs 'helm lint' on the user specified charts. Change-Id: Ie6f39bab366b683e773add181de516c3ac913866
10 lines
187 B
YAML
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 }}"
|