Removing quotes w/ omit
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
cff550d996
commit
fbe9842372
@ -223,7 +223,7 @@
|
|||||||
create_namespace: yes
|
create_namespace: yes
|
||||||
wait: yes
|
wait: yes
|
||||||
kubeconfig: "{{ kubeconfig.path }}"
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
values: "{{ item | subelements('values') }}"
|
values: "{{ item.values | default(omit) }}"
|
||||||
loop:
|
loop:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
ref: jetstack/cert-manager
|
ref: jetstack/cert-manager
|
||||||
|
Loading…
Reference in New Issue
Block a user