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
|
||||
kind: Issuer
|
||||
metadata:
|
||||
|
|
|
@ -3,6 +3,7 @@ apiVersion: cert-manager.io/v1
|
|||
kind: Issuer
|
||||
metadata:
|
||||
name: letsencrypt-staging
|
||||
namespace: infra
|
||||
spec:
|
||||
acme:
|
||||
# Email address used for ACME registration
|
||||
|
@ -11,7 +12,8 @@ spec:
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: letsencrypt-production
|
||||
name: letsencrypt-prod
|
||||
namespace: infra
|
||||
spec:
|
||||
acme:
|
||||
# Email address used for ACME registration
|
||||
|
|
Loading…
Reference in a new issue