mirror of https://github.com/knative/docs.git
Fix the format of applying certmanager related yaml (#2556)
* fix the format of cert-manager related yaml * fix format * fix empty string
This commit is contained in:
parent
119f463487
commit
accae21840
|
@ -178,6 +178,7 @@ exists.
|
||||||
secretName: istio-ingressgateway-certs
|
secretName: istio-ingressgateway-certs
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-issuer
|
name: letsencrypt-issuer
|
||||||
|
kind: ClusterIssuer
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "*.default.$DOMAIN"
|
- "*.default.$DOMAIN"
|
||||||
- "*.other-namespace.$DOMAIN"
|
- "*.other-namespace.$DOMAIN"
|
||||||
|
|
Loading…
Reference in New Issue