mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 14:02:38 +00:00
t# This is a combination of 2 commits.
Add requested changes for helm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user