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