ci: add test-certificate to certificate retrieval
This commit is contained in:
parent
6cacf38b2e
commit
d0d3237349
3 changed files with 54 additions and 0 deletions
13
infrastructure/cert-manager/test-certificate.yaml
Normal file
13
infrastructure/cert-manager/test-certificate.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: test-certificate
|
||||
namespace: cert-manager
|
||||
spec:
|
||||
secretName: test-certificate-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-dns
|
||||
kind: ClusterIssuer
|
||||
commonName: test.patanix.de
|
||||
dnsNames:
|
||||
- test.patanix.de
|
||||
Loading…
Add table
Add a link
Reference in a new issue