Compare commits
No commits in common. "ac92e81b525b98b34a812aff932a294e7d982763" and "df8837a6ef1df155edf8e6630f0b8a57a988f815" have entirely different histories.
ac92e81b52
...
df8837a6ef
3 changed files with 4 additions and 4 deletions
|
|
@ -6,4 +6,4 @@ ingress_domain: "local"
|
||||||
# - 192.168.140.0/24
|
# - 192.168.140.0/24
|
||||||
|
|
||||||
certmanager_csi: true
|
certmanager_csi: true
|
||||||
certmanager_version: "0.15"
|
certmanager_version: "0.14"
|
||||||
|
|
|
||||||
|
|
@ -25,5 +25,5 @@
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ certmanager_csi_list }}'
|
- '{{ certmanager_csi_list }}'
|
||||||
tags:
|
tags:
|
||||||
- cert-manager
|
- certmanager
|
||||||
- storage
|
- storage
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
- "{{ lookup('vars', 'certmanager_' + certmanager_version + '_list') }}"
|
- "{{ lookup('vars', 'certmanager_' + certmanager_version + '_list') }}"
|
||||||
when:
|
when:
|
||||||
- not certmanager_upgraded|bool
|
- not certmanager_upgraded|bool
|
||||||
tags: cert-manager
|
tags: certmanager
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -62,5 +62,5 @@
|
||||||
when:
|
when:
|
||||||
- certmanager_csi|bool
|
- certmanager_csi|bool
|
||||||
tags:
|
tags:
|
||||||
- cert-manager
|
- certmanager
|
||||||
- storage
|
- storage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue