Skip to content

Commit

Permalink
fix(charts/monitor/values.yaml): add logger_redis_location key/value
Browse files Browse the repository at this point in the history
As chart cannot be installed without it (independent from Workflow)
  • Loading branch information
Vaughn Dice committed Mar 27, 2017
1 parent f962267 commit 49a81f2
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 49a81f2

Please sign in to comment.