From 1639bda3f64db3e4135de9f1be548adcd05263b1 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 9 Jan 2025 12:23:46 -0500 Subject: [PATCH] remove copy-paste and make redeploy docs specific --- .../platforms/kubernetes/infisical-dynamic-secret-crd.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx index f0efb85db..9b0d77e06 100644 --- a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx +++ b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx @@ -387,10 +387,10 @@ Once you have configured the `InfisicalDynamicSecret` CRD with the required fiel kubectl apply -f dynamic-secret-crd.yaml ``` -### Auto redeployment +## Auto redeployment -Deployments using managed secrets don't reload automatically on updates, so they may use outdated secrets unless manually redeployed. -To address this, we added functionality to automatically redeploy your deployment when its managed secret updates. +Deployments referring to Kubernetes secrets containing Infisical dynamic secrets don't automatically reload when the dynamic secret lease expires. This means your deployment may use expired dynamic secrets unless manually redeployed. +To address this, we've added functionality to automatically redeploy your deployment when the associated Kubernetes secret containing your Infisical dynamic secret updates. #### Enabling auto redeploy