Add test certificate resource
This commit is contained in:
parent
4440ac7349
commit
6ce234f7f6
17
docs/test-crt.yaml
Normal file
17
docs/test-crt.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: certmanager.k8s.io/v1alpha1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: certmanager-k8s-co
|
||||
spec:
|
||||
secretName: certmanager-k8s-co
|
||||
issuer: letsencrypt-staging
|
||||
domains:
|
||||
- certmanager.k8s.co
|
||||
acme:
|
||||
config:
|
||||
- domains:
|
||||
- certmanager.k8s.co
|
||||
http-01:
|
||||
ingress: certmanager-k8s-co
|
||||
status:
|
||||
acme: {}
|
||||
Loading…
Reference in New Issue
Block a user