configure cert-manager for cascade
This commit is contained in:
parent
fa28404c34
commit
97b5eda914
|
@ -6,6 +6,11 @@ bootstrap:
|
||||||
cert-manager:
|
cert-manager:
|
||||||
enabled: true
|
enabled: true
|
||||||
values: |
|
values: |
|
||||||
|
extraArgs:
|
||||||
|
- --dns01-recursive-nameservers-only
|
||||||
|
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
||||||
|
ingressShim.defaultIssuerKind: ClusterIssuer
|
||||||
|
ingressShim.defaultIssuerName: zerossl
|
||||||
installCRDs: "true"
|
installCRDs: "true"
|
||||||
|
|
||||||
haproxy-ingress:
|
haproxy-ingress:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user