From 85bab365bb811d53d1975948cf0c469d8fca817d Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 7 Nov 2025 18:48:55 +0400 Subject: [PATCH] Update kubernetes-injector.mdx --- docs/integrations/platforms/kubernetes-injector.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/integrations/platforms/kubernetes-injector.mdx b/docs/integrations/platforms/kubernetes-injector.mdx index 9c5aaa76d..c8fabbb34 100644 --- a/docs/integrations/platforms/kubernetes-injector.mdx +++ b/docs/integrations/platforms/kubernetes-injector.mdx @@ -82,6 +82,12 @@ You will need to set the `nodeSelector.kubernetes.io/os` label to `windows` and nodeSelector: kubernetes.io/os: windows ``` + + Install the agent injector using the values.yaml file you created above. + + ```bash + helm install --generate-name infisical-helm-charts/infisical-agent-injector -f values.yaml + ``` @@ -93,8 +99,8 @@ You will need to set the `nodeSelector.kubernetes.io/os` label to `windows` and repository: infisical/infisical-agent-injector tag: "v0.1.4-windows-server-2022" - nodeSelector: - kubernetes.io/os: windows + nodeSelector: + kubernetes.io/os: windows ``` Install the agent injector using the values.yaml file you created above.