t# This is a combination of 2 commits.

Add requested changes for helm
This commit is contained in:
LucasBoisserie
2020-03-27 11:25:13 +01:00
parent c36a2d50af
commit 2e1b0f6817
4 changed files with 62 additions and 56 deletions

View File

@@ -4,6 +4,7 @@
binary_path: "{{ helm_binary}}_fake"
name: test
chart_ref: "{{ chart_test }}"
namespace: "{{ helm_namespace }}"
ignore_errors: yes
register: helm_missing_binary

View File

@@ -4,6 +4,7 @@
binary_path: "{{ helm_binary}}"
name: test
chart_ref: "{{ chart_test }}"
namespace: "{{ helm_namespace }}"
tiller_namespace: helm
ignore_errors: yes
register: missing_tiller