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

Commit

Permalink
fix(values): redis params are in the redis chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Dec 8, 2016
1 parent 1a5b9cc commit a686dfd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,12 @@ database:
host: "database host"
port: "database port"

logger:
redis:
# Configure the following ONLY if using an off-cluster Redis instance for logger
db: "0"
host: "redis host"
port: "redis port"
password: "redis password" # "" == no password
redis:
# Configure the following ONLY if using an off-cluster Redis instance for logger
db: "0"
host: "redis host"
port: "redis port"
password: "redis password" # "" == no password

monitor:
grafana:
Expand Down

0 comments on commit a686dfd

Please sign in to comment.