feat(redis-rd): include TLS secret in dashboard secrets list
Allow the dashboard to read the auto-generated `redis-<name>-redis-tls` secret so tenants can download the CA certificate and connect with TLS clients. The pattern matches the secret produced by cozy-lib's TLS helper when no user-provided `tls.secretName` is set. Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
parent
a8fc515649
commit
125bd116ec
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ spec:
|
|||
include:
|
||||
- resourceNames:
|
||||
- redis-{{ .name }}-auth
|
||||
- redis-{{ .name }}-redis-tls
|
||||
services:
|
||||
exclude: []
|
||||
include:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue