Trying to not cast as string
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-26 14:52:46 +02:00
parent bcb0f0f164
commit 41e4e3e28e
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@
create_namespace: yes
wait: yes
kubeconfig: "{{ kubeconfig.path }}"
values: "{{ item.values | default({}) }}"
values: item.values | default('omit')
loop:
- name: cert-manager
ref: jetstack/cert-manager