From bcab8225dcb404c4157480cc7e474b4f0e496706 Mon Sep 17 00:00:00 2001 From: Kyle Brennan Date: Sun, 3 May 2020 13:34:46 -0400 Subject: [PATCH] Fix clustered file storage example It was referencing stan.cluster.enabled, but the helm chart is configured to use store.cluster.enabled. --- helm/charts/stan/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/stan/README.md b/helm/charts/stan/README.md index 08a166b9..2284b392 100644 --- a/helm/charts/stan/README.md +++ b/helm/charts/stan/README.md @@ -102,7 +102,7 @@ In case of using file storage, this sets up a 3 node cluster, each with its own backed persistence volume. ```yaml -stan: +store: cluster: enabled: true logPath: /data/stan/log