From b13d7bd46dda7d0e2e0dcf6379d7c102418c182e Mon Sep 17 00:00:00 2001 From: Rune Brinckmeyer <121959457+runeb-wombo@users.noreply.github.com> Date: Thu, 23 May 2024 13:44:47 +0200 Subject: [PATCH] Update README.md 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