Skip to content

Commit

Permalink
remove attempts to issue a wildcard ingress as this is not supported …
Browse files Browse the repository at this point in the history
…by CertManager with http01 ClusterIssuer
  • Loading branch information
robj committed Oct 21, 2023
1 parent 3f3b7b1 commit c69f8ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cicd/manifests/ingress-cn.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# note: We explicitly create each language subdomain, rather than a wildcard domain
# as wildcards are not supportd by http01 cert-manager ClusterIssuer

{{- if .Values.ingressDomainName}}

apiVersion: networking.k8s.io/v1
Expand Down
3 changes: 3 additions & 0 deletions .cicd/manifests/ingress-vn.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# note: We explicitly create each language subdomain, rather than a wildcard domain
# as wildcards are not supportd by http01 cert-manager ClusterIssuer

{{- if .Values.ingressDomainName}}

apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit c69f8ca

Please sign in to comment.