zuul-jobs/roles/helm-template/defaults/main.yaml
Mohammed Naser 41f53d1a52 helm-template: allow users to disable wait-for-pods
It's possible that a Helm chart does *not* create any pods, such as in
the case if you're using Helm to manage all of your RBAC resources.

Change-Id: I98b8427b1f4b6a2f454c3f796fa8a6ad2d765c46
2020-04-20 20:07:07 -04:00

3 lines
69 B
YAML

helm_wait_for_pods: true
zuul_work_dir: "{{ zuul.project.src_dir }}"