diff --git a/docs/integrations/platforms/kubernetes-injector.mdx b/docs/integrations/platforms/kubernetes-injector.mdx index 9c5aaa76dd..c8fabbb345 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.