Configure SSL cert to reflect to all namespaces
This commit is contained in:
parent
ea218a5b2a
commit
1ad5879995
2 changed files with 8 additions and 2 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
reflector:
|
||||
config:
|
||||
enableSecretReflections: true
|
||||
enableConfigMapReflections: false # optional
|
||||
enableConfigMapReflections: false
|
||||
reflectionNamespaces:
|
||||
- "*" # reflect to all namespaces
|
||||
- "*"
|
||||
|
||||
|
|
|
@ -59,6 +59,12 @@ metadata:
|
|||
namespace: cert-manager
|
||||
spec:
|
||||
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:
|
||||
name: letsencrypt-rfc2136
|
||||
kind: ClusterIssuer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue