From 8917629b96fcd7ac05a98b80a2c0a3def48af21e Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 10 Jul 2025 12:36:53 -0400 Subject: [PATCH] Remove unused env var from docs --- docs/documentation/platform/dynamic-secrets/aws-iam.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/documentation/platform/dynamic-secrets/aws-iam.mdx b/docs/documentation/platform/dynamic-secrets/aws-iam.mdx index f78e2bc75..28b177c5f 100644 --- a/docs/documentation/platform/dynamic-secrets/aws-iam.mdx +++ b/docs/documentation/platform/dynamic-secrets/aws-iam.mdx @@ -241,8 +241,6 @@ Replace **\** with your AWS account id and **\** w In order to use IRSA, the `KUBERNETES_AUTO_FETCH_SERVICE_ACCOUNT_TOKEN` environment variable must be set to `true` for your self-hosted Infisical instance. - - To define a custom path for the service account token, you can use the `INFISICAL_KUBERNETES_SERVICE_ACCOUNT_TOKEN_PATH` environment variable. Otherwise, the default path of `/var/run/secrets/kubernetes.io/serviceaccount/token` will be used.