Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Correct Certificate
Browse files Browse the repository at this point in the history
There was a mis-match in the cert-manager docs, so these fields
are actually no-longer required and stopped the cert from being
created.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Sep 6, 2019
1 parent 7d15d45 commit 027a4a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions templates/k8s/tls/auth-domain-cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ spec:
commonName: 'auth.system.{{.RootDomain}}'
dnsNames:
- 'auth.system.{{.RootDomain}}'
acme:
config:
- dns01:
ingressClass: nginx
provider: {{.DNSService}}
domains:
- auth.system.{{.RootDomain}}
7 changes: 0 additions & 7 deletions templates/k8s/tls/wildcard-domain-cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ spec:
commonName: '*.{{.RootDomain}}'
dnsNames:
- '*.{{.RootDomain}}'
acme:
config:
- dns01:
ingressClass: nginx
provider: {{.DNSService}}
domains:
- "*.{{.RootDomain}}"

0 comments on commit 027a4a9

Please sign in to comment.