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:
|
reflector:
|
||||||
config:
|
config:
|
||||||
enableSecretReflections: true
|
enableSecretReflections: true
|
||||||
enableConfigMapReflections: false # optional
|
enableConfigMapReflections: false
|
||||||
reflectionNamespaces:
|
reflectionNamespaces:
|
||||||
- "*" # reflect to all namespaces
|
- "*"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue