Change filter to from_yaml
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
91f0639870
commit
2618f81071
@ -223,7 +223,7 @@
|
||||
create_namespace: yes
|
||||
wait: yes
|
||||
kubeconfig: "{{ kubeconfig.path }}"
|
||||
values: "{{ q('subelements', item, 'values') | default('omit') }}"
|
||||
values: "{{ item.values | from_json | default('omit') }}"
|
||||
loop:
|
||||
- name: cert-manager
|
||||
ref: jetstack/cert-manager
|
||||
|
Loading…
Reference in New Issue
Block a user