5833a6f8e3
This job deploys a Kubernetes cluster and then runs all the Helm charts provided. Change-Id: If6c4a6d5bce912f55549d16175554154c86dd25a
9 lines
210 B
YAML
9 lines
210 B
YAML
- hosts: all
|
|
tasks:
|
|
- include_role:
|
|
name: helm-template
|
|
vars:
|
|
helm_release_name: "{{ item.key }}"
|
|
helm_chart: "{{ item.value }}"
|
|
loop: "{{ helm_charts | dict2items }}"
|