From fe3bf919fb1be4ec3114e1078cfad9db9cef4f44 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Thu, 11 Jan 2024 12:44:10 +0100 Subject: [PATCH] Link documentation for cache buster --- values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 8a2a71a2..1f84d6f5 100644 --- a/values.yaml +++ b/values.yaml @@ -217,7 +217,9 @@ mastodon: workers: "2" persistentTimeout: "20" - # Additional settings for the cache buster. + # HTTP cache buster configuration. + # See the documentation for more information about this feature: + # https://docs.joinmastodon.org/admin/config/#http-cache-buster cacheBuster: enabled: false httpMethod: "GET"