remove copy-paste and make redeploy docs specific

This commit is contained in:
Maidul Islam
2025-01-09 12:23:46 -05:00
parent b5b91c929f
commit 1639bda3f6

View File

@@ -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