From 3a05962ed340be825002c78da265cf7804dabfaa Mon Sep 17 00:00:00 2001 From: Alan Clucas Date: Fri, 20 Sep 2024 09:33:14 +0100 Subject: [PATCH] docs: remove 3.6 only variable Signed-off-by: Alan Clucas --- docs/environment-variables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index 97da30ccad2b..42415fd86637 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -164,7 +164,6 @@ data: | `FIRST_TIME_USER_MODAL` | `bool` | `true` | Show this modal. | | `FEEDBACK_MODAL` | `bool` | `true` | Show this modal. | | `GRPC_MESSAGE_SIZE` | `string` | `104857600` | Use different GRPC Max message size for Server (supporting huge workflows). | -| `IP_KEY_FUNC_HEADERS` | `string` | `""` | List of comma separated request headers containing IPs to use for rate limiting. For example, "X-Forwarded-For,X-Real-IP". By default, uses the request's remote IP address. | | `NEW_VERSION_MODAL` | `bool` | `true` | Show this modal. | | `POD_NAMES` | `string` | `v2` | Whether to have pod names contain the template name (v2) or be the node id (v1) - should be set the same for Controller | | `SSO_DELEGATE_RBAC_TO_NAMESPACE` | `bool` | `false` | Enable [SSO RBAC Namespace Delegation](argo-server-sso.md#sso-rbac-namespace-delegation)