From 3c89a69410108850fab857d1cb36837d9b74aef3 Mon Sep 17 00:00:00 2001 From: Vlad Matsiiako <78047717+vmatsiiako@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:39:12 -0800 Subject: [PATCH] Update infisical-dynamic-secret-crd.mdx --- .../platforms/kubernetes/infisical-dynamic-secret-crd.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx index 9bdb43e6a6..4f543e9590 100644 --- a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx +++ b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx @@ -11,7 +11,7 @@ This means any Pod, Deployment, or other Kubernetes resource can make use of dyn This CRD offers the following features: - **Generate a dynamic secret lease** in Infisical and track its lifecycle. - **Write** the dynamic secret from Infisical to your cluster as native Kubernetes secret. -- **Automatically rotate** the dyanmic secret value before it expires to make sure your cluster always has valid credentials. +- **Automatically rotate** the dynamic secret value before it expires to make sure your cluster always has valid credentials. - **Optionally trigger redeployments** of any workloads that consume the secret if you enable auto-reload. ### Prerequisites