From a6ce5f914a2a1483878f8e5f02bffe2051c02c1a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 9 May 2022 13:54:45 +0200 Subject: [PATCH] Reflect secrets --- clank/platform/cert-manager/certificate.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clank/platform/cert-manager/certificate.yaml b/clank/platform/cert-manager/certificate.yaml index 173990a..616a1ff 100644 --- a/clank/platform/cert-manager/certificate.yaml +++ b/clank/platform/cert-manager/certificate.yaml @@ -13,3 +13,9 @@ spec: issuerRef: name: letsencrypt-issuer kind: ClusterIssuer + secretTemplate: + annotations: + 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