Compare commits
No commits in common. "e35eca8e87b534c4c1b4d4c138c4d38ff629a4d0" and "427d3af40fbd9ed39218e8dbea22da666f922e66" have entirely different histories.
e35eca8e87
...
427d3af40f
3 changed files with 1 additions and 7 deletions
|
|
@ -3,4 +3,4 @@ ingress_domain: "local"
|
||||||
cert_manager_namespace: "cert-manager"
|
cert_manager_namespace: "cert-manager"
|
||||||
|
|
||||||
certmanager_csi: true
|
certmanager_csi: true
|
||||||
certmanager_version: "1.3.1"
|
certmanager_version: "1.2"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
name: cert-manager
|
name: cert-manager
|
||||||
chart_ref: jetstack/cert-manager
|
chart_ref: jetstack/cert-manager
|
||||||
chart_version: "{{ certmanager_version }}"
|
|
||||||
create_namespace: yes
|
create_namespace: yes
|
||||||
release_namespace: "{{ cert_manager_namespace }}"
|
release_namespace: "{{ cert_manager_namespace }}"
|
||||||
values:
|
values:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ spec:
|
||||||
dnsZones:
|
dnsZones:
|
||||||
- "{{ i.domain }}"
|
- "{{ i.domain }}"
|
||||||
{{ i.solver }}:
|
{{ i.solver }}:
|
||||||
{% if i.solver == "dns01" %}
|
|
||||||
{% if i.provider == "cloudflare" %}
|
{% if i.provider == "cloudflare" %}
|
||||||
cloudflare:
|
cloudflare:
|
||||||
email: "{{ i.email }}"
|
email: "{{ i.email }}"
|
||||||
|
|
@ -43,8 +42,4 @@ spec:
|
||||||
key: applicationSecret
|
key: applicationSecret
|
||||||
consumerKey: '{{ i.consumerKey }}'
|
consumerKey: '{{ i.consumerKey }}'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif i.solver == "http01" %}
|
|
||||||
ingress:
|
|
||||||
class: traefik
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue