Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit a686dfd

Browse files
author
Matthew Fisher
committed
fix(values): redis params are in the redis chart
1 parent 1a5b9cc commit a686dfd

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

charts/workflow/values.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,12 @@ database:
122122
host: "database host"
123123
port: "database port"
124124

125-
logger:
126-
redis:
127-
# Configure the following ONLY if using an off-cluster Redis instance for logger
128-
db: "0"
129-
host: "redis host"
130-
port: "redis port"
131-
password: "redis password" # "" == no password
125+
redis:
126+
# Configure the following ONLY if using an off-cluster Redis instance for logger
127+
db: "0"
128+
host: "redis host"
129+
port: "redis port"
130+
password: "redis password" # "" == no password
132131

133132
monitor:
134133
grafana:

0 commit comments

Comments
 (0)