From d4629abb156185f4006114603c817d35136234c0 Mon Sep 17 00:00:00 2001 From: "docs.yml" <> Date: Tue, 15 Oct 2024 17:24:26 +0000 Subject: [PATCH] docs.yml --- site/content/en/main/user-guide/customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/en/main/user-guide/customization.md b/site/content/en/main/user-guide/customization.md index cba695237..85d07266c 100644 --- a/site/content/en/main/user-guide/customization.md +++ b/site/content/en/main/user-guide/customization.md @@ -66,6 +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"` | ## Configuring Reconcile