From 12176bb71fc2032d51ed55da4e528ad73a600d8b Mon Sep 17 00:00:00 2001 From: "docs.yml" <> Date: Wed, 6 Nov 2024 17:43:02 +0000 Subject: [PATCH] docs.yml --- site/content/en/main/user-guide/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/main/user-guide/customization.md b/site/content/en/main/user-guide/customization.md index 3fe949047..b3f81f7c1 100644 --- a/site/content/en/main/user-guide/customization.md +++ b/site/content/en/main/user-guide/customization.md @@ -66,7 +66,7 @@ The Watch configuration is a part of the Pepr module that allows you to watch fo | `PEPR_RETRY_DELAY_SECONDS` | The delay between retries in seconds. | default: `"10"` | | `PEPR_LAST_SEEN_LIMIT_SECONDS` | Max seconds to go without receiving a watch event before re-establishing the watch | default: `"300"` (5 mins) | | `PEPR_RELIST_INTERVAL_SECONDS` | Amount of seconds to wait before a relist of the watched resources | default: `"600"` (10 mins) | -| `PEPR_HTTP2_WATCH` | Configure the Kubernetes Fluent Client to use an http2 watcher | default: `"undefined"` | +| `PEPR_USE_LEGACY_WATCH` | Configure the Kubernetes Fluent Client to use legacy node-fetch watcher | default: `"undefined"` | ## Configuring Reconcile