Configure SSL cert to reflect to all namespaces

This commit is contained in:
j 2025-07-03 13:58:58 +10:00
parent ea218a5b2a
commit 1ad5879995
2 changed files with 8 additions and 2 deletions

View file

@ -30,7 +30,7 @@ spec:
reflector: reflector:
config: config:
enableSecretReflections: true enableSecretReflections: true
enableConfigMapReflections: false # optional enableConfigMapReflections: false
reflectionNamespaces: reflectionNamespaces:
- "*" # reflect to all namespaces - "*"

View file

@ -59,6 +59,12 @@ metadata:
namespace: cert-manager namespace: cert-manager
spec: spec:
secretName: wildcard-hxme-net secretName: wildcard-hxme-net
secretTemplate:
annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "*"
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "*"
issuerRef: issuerRef:
name: letsencrypt-rfc2136 name: letsencrypt-rfc2136
kind: ClusterIssuer kind: ClusterIssuer