From a7ee800fc959ab539bfb5538b7769879572429cf Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 15:58:18 +0200 Subject: [PATCH] set certificate --- clank/platform/cert-manager/certificate.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clank/platform/cert-manager/certificate.yaml b/clank/platform/cert-manager/certificate.yaml index 0ca39cc..f6d9333 100644 --- a/clank/platform/cert-manager/certificate.yaml +++ b/clank/platform/cert-manager/certificate.yaml @@ -3,6 +3,7 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: clank + namespace: cert-manager spec: commonName: kjuulh.app secretName: clank-cert @@ -17,4 +18,4 @@ spec: reflector.v1.k8s.emberstack.com/reflection-allowed: "true" reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "platform,kube-system,wishlist" # Control destination namespaces reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true" # Auto create reflection for matching namespaces - reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "platform,kube-system,wishlist" # Control auto-reflection namespaces + reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "platform,wishlist" # Control auto-reflection namespaces