mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
fix cert
This commit is contained in:
@@ -16,4 +16,5 @@ spec:
|
|||||||
name: letsencrypt-prod
|
name: letsencrypt-prod
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
dnsNames:
|
dnsNames:
|
||||||
|
- "michaelthomson.dev"
|
||||||
- "*.michaelthomson.dev"
|
- "*.michaelthomson.dev"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: letsencrypt-wildcard-cert
|
namespace: letsencrypt-wildcard-cert
|
||||||
spec:
|
spec:
|
||||||
# secretName doesn't have to match the certificate name, but it may as well, for simplicity!
|
# secretName doesn't have to match the certificate name, but it may as well, for simplicity!
|
||||||
secretName: letsencrypt-wildcard-cert-michaelthomson.dev-staging
|
secretName: letsencrypt-wildcard-cert-michaelthomson.dev-staging
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-staging
|
name: letsencrypt-staging
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
|||||||
Reference in New Issue
Block a user