From 49a81f2d7bb08a624501e4e769eb1290a41a3258 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Mon, 27 Mar 2017 14:54:02 -0600 Subject: [PATCH] fix(charts/monitor/values.yaml): add logger_redis_location key/value As chart cannot be installed without it (independent from Workflow) --- charts/monitor/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/monitor/values.yaml b/charts/monitor/values.yaml index 135d524..50189e5 100644 --- a/charts/monitor/values.yaml +++ b/charts/monitor/values.yaml @@ -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"