From aad676bdd5faf5f4ce8be2ce9b806f5102851d0f Mon Sep 17 00:00:00 2001 From: Rune Brinckmeyer <121959457+runeb-wombo@users.noreply.github.com> Date: Wed, 29 May 2024 19:59:12 +0200 Subject: [PATCH] Update README.md (#901) Erroneous example config for jetStream. memoryStore mentioned twice in sample config. Second mention should be for fileStore --- helm/charts/nack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/nack/README.md b/helm/charts/nack/README.md index 3f02813e..ba494f6f 100644 --- a/helm/charts/nack/README.md +++ b/helm/charts/nack/README.md @@ -33,7 +33,7 @@ config: enabled: true maxSize: 256Mi - memoryStore: + fileStore: enabled: true pvc: enabled: true