Last active
April 27, 2022 09:08
-
-
Save virtualhobbit/c35a74591db2260f498675c45f017169 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: cert-manager.io/v1 | |
kind: Certificate | |
metadata: | |
name: nginx-test-tkg-mdb-lab-com | |
namespace: nginx-test | |
spec: | |
secretName: nginx-test-tkg-mdb-lab-com | |
issuerRef: | |
name: vault-cluster-issuer | |
kind: ClusterIssuer | |
commonName: nginx-test.tkg.mdb-lab.com | |
dnsNames: | |
- nginx-test.tkg.mdb-lab.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment