Fix yaml checks

This commit is contained in:
mlushpenko
2018-09-06 16:26:57 +02:00
parent f958b32c83
commit ea2c9d8f57
6 changed files with 13 additions and 10 deletions

View File

@@ -39,7 +39,7 @@
register: install_helm
changed_when: false
#FIXME: https://github.com/helm/helm/issues/4063
# FIXME: https://github.com/helm/helm/issues/4063
- name: Helm | Force apply tiller overrides if necessary
shell: >
{{ bin_dir }}/helm init --upgrade --tiller-image={{ tiller_image_repo }}:{{ tiller_image_tag }} --tiller-namespace={{ tiller_namespace }}