Fix c12s kustomization
This commit is contained in:
parent
5197175174
commit
7b5abb610d
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -3,6 +3,7 @@ apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt-staging
|
name: letsencrypt-staging
|
||||||
|
namespace: infra
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
# Email address used for ACME registration
|
# Email address used for ACME registration
|
||||||
|
@ -11,7 +12,8 @@ spec:
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-prod
|
||||||
|
namespace: infra
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
# Email address used for ACME registration
|
# Email address used for ACME registration
|
||||||
|
|
Loading…
Reference in a new issue