We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f962267 + 49a81f2 commit 977d0f3Copy full SHA for 977d0f3
1 file changed
charts/monitor/values.yaml
@@ -42,3 +42,9 @@ global:
42
# - on-cluster: Run Grafana within the Kubernetes cluster
43
# - off-cluster: Grafana is running outside of the cluster
44
grafana_location: "on-cluster"
45
+ # Set the location of Workflow's logger-specific Redis instance
46
+ #
47
+ # Valid values are:
48
+ # - on-cluster: Run Redis within the Kubernetes cluster
49
+ # - off-cluster: Run Redis outside the Kubernetes cluster (configure in loggerRedis section)
50
+ logger_redis_location: "on-cluster"
0 commit comments