diff --git a/clank/platform/cert-manager/certificate.yaml b/clank/platform/cert-manager/certificate.yaml index edb3333..0ca39cc 100644 --- a/clank/platform/cert-manager/certificate.yaml +++ b/clank/platform/cert-manager/certificate.yaml @@ -3,7 +3,6 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: clank - namespace: kube-system spec: commonName: kjuulh.app secretName: clank-cert @@ -16,6 +15,6 @@ spec: secretTemplate: annotations: reflector.v1.k8s.emberstack.com/reflection-allowed: "true" - reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "platform,wishlist" # Control destination namespaces + 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,wishlist" # Control auto-reflection namespaces + reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "platform,kube-system,wishlist" # Control auto-reflection namespaces diff --git a/clank/platform/cert-manager/kustomization.yaml b/clank/platform/cert-manager/kustomization.yaml index 10c159f..570a082 100644 --- a/clank/platform/cert-manager/kustomization.yaml +++ b/clank/platform/cert-manager/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: cert-manager resources: - cert-manager.yaml - certificate.yaml