b0cc01ceac
This job runs 'helm lint' on the user specified charts. Change-Id: Ie6f39bab366b683e773add181de516c3ac913866
11 lines
223 B
YAML
11 lines
223 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Lint helm charts
|
|
include_role:
|
|
name: helm-lint
|
|
vars:
|
|
helm_chart: "{{ zj_item }}"
|
|
loop: "{{ helm_charts }}"
|
|
loop_control:
|
|
loop_var: 'zj_item'
|