From 8de9ddfb8ba5b7edb93ae8da32b5ac6b7bdefe49 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sun, 19 Jan 2025 11:29:55 -0500 Subject: [PATCH] update k8s operator doc --- .../platforms/kubernetes/infisical-secret-crd.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx b/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx index 00b31532d..37eec35c7 100644 --- a/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx +++ b/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx @@ -575,10 +575,10 @@ Using Go templates, you can format, combine, and create new key-value pairs from This property controls what secrets are included in your managed secret when using templates. When set to `true`, all secrets fetched from your Infisical project will be added into your managed Kubernetes secret resource. - Use this option when you would like to sync all secrets from Infisical to Kubernetes but want to template a subset of them. + **Use this option when you would like to sync all secrets from Infisical to Kubernetes but want to template a subset of them.** When set to `false`, only secrets defined in the `managedSecretReference.template.data` field of the template will be included in the managed secret. - Use this option when you would like to sync only a subset of secrets from Infisical to Kubernetes. + Use this option when you would like to sync **only** a subset of secrets from Infisical to Kubernetes. Define secret keys and their corresponding templates.