update cert manager

This commit is contained in:
2025-05-14 16:04:49 -05:00
parent 587474764b
commit d237978826
2 changed files with 19 additions and 6 deletions

View File

@@ -50,10 +50,10 @@ le:
dnsZones:
- mk-labs.cloud
secrets:
- name: le-route53-creds
stringData:
secret-access-key: <actual secret access key>
# secrets:
# - name: le-route53-creds
# stringData:
# secret-access-key: <actual secret access key>
cluster_name: okd
base_domain: jharmison.com
cluster_name: hub
base_domain: mklabs.cloud

13
tmp/test-cert.yaml Normal file
View File

@@ -0,0 +1,13 @@
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: test-hub-mklabs-cloud
namespace: default
spec:
secretName: test-hub-mklabs-cloud-tls
issuerRef:
name: letsencrypt-staging
kind: ClusterIssuer
dnsNames:
- "test.mklabs.cloud"