Skip to content

Commit 67d6348

Browse files
fix: missing default values from upstream chart used in templates
1 parent cbf8778 commit 67d6348

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

helm/defectdojo/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,17 @@ redis:
464464
# service:
465465
# ports:
466466
# redis: xxxx
467+
# Sentinel configuration parameters
468+
sentinel:
469+
enabled: false
470+
# If TLS is enabled, the Redis broker will use the redis:// and optionally mount the certificates
471+
# from an existing secret.
472+
tls:
473+
enabled: false
474+
# existingSecret: redis-tls
475+
# certFilename: tls.crt
476+
# certKeyFilename: tls.key
477+
# certCAFilename: ca.crt
467478

468479
# To add extra variables not predefined by helm config it is possible to define in extraConfigs block, e.g. below:
469480
# NOTE Do not store any kind of sensitive information inside of it

0 commit comments

Comments
 (0)