diff --git a/docs/documentation/platform/gateways/overview.mdx b/docs/documentation/platform/gateways/overview.mdx
index 07d15d607..127e544b7 100644
--- a/docs/documentation/platform/gateways/overview.mdx
+++ b/docs/documentation/platform/gateways/overview.mdx
@@ -164,7 +164,7 @@ Once authenticated, the Gateway establishes a secure connection with Infisical t
The Native GCP ID Token method is used to authenticate with Infisical when running in a GCP environment.
-
+
Your machine identity ID.
@@ -239,18 +239,9 @@ Once authenticated, the Gateway establishes a secure connection with Infisical t
-
-
- To create an OIDC machine identity, follow the step by step guide outlined [here](/documentation/platform/identities/oidc-auth/general).
-
-
- Run the `login` command with the following flags to obtain an access token:
-
- ```bash
- infisical gateway --auth-method=oidc-auth --machine-identity-id= --jwt=
- ```
-
-
+ ```bash
+ kubectl create secret generic infisical-gateway-environment --from-literal=INFISICAL_AUTH_METHOD=oidc-auth --from-literal=INFISICAL_MACHINE_IDENTITY_ID= --from-literal=INFISICAL_JWT=
+ ```