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.