zuul-jobs/playbooks/helm/run.yaml
Mohammed Naser 5833a6f8e3 apply-helm-charts: Job to apply Helm charts
This job deploys a Kubernetes cluster and then runs all the
Helm charts provided.

Change-Id: If6c4a6d5bce912f55549d16175554154c86dd25a
2020-01-10 17:31:38 +00:00

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 }}"