update k8s operator doc

This commit is contained in:
Maidul Islam
2025-01-19 11:29:55 -05:00
parent 5b40de16cf
commit 8de9ddfb8b

View File

@@ -575,10 +575,10 @@ Using Go templates, you can format, combine, and create new key-value pairs from
<Accordion title="managedSecretReference.template.includeAllSecrets">
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.
</Accordion>
<Accordion title="managedSecretReference.template.data">
Define secret keys and their corresponding templates.