Skip to content

Commit

Permalink
Merge pull request #187 from vdice/add-logger-redis-to-values
Browse files Browse the repository at this point in the history
fix(charts/monitor/values.yaml): add logger_redis_location key/value
  • Loading branch information
Vaughn Dice authored Mar 27, 2017
2 parents f962267 + 49a81f2 commit 977d0f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ global:
# - on-cluster: Run Grafana within the Kubernetes cluster
# - off-cluster: Grafana is running outside of the cluster
grafana_location: "on-cluster"
# Set the location of Workflow's logger-specific Redis instance
#
# Valid values are:
# - on-cluster: Run Redis within the Kubernetes cluster
# - off-cluster: Run Redis outside the Kubernetes cluster (configure in loggerRedis section)
logger_redis_location: "on-cluster"

0 comments on commit 977d0f3

Please sign in to comment.