add note for csi-provider (#30558)

* add note for csi-provider

* remove fully qualified link

* Update website/content/docs/deploy/kubernetes/csi/index.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/docs/deploy/kubernetes/csi/index.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
Michael Blaum 2025-07-14 20:43:24 -04:00 committed by GitHub
parent 054e4a5ebd
commit f74fec89a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,16 @@ The following features are supported by the Vault CSI Provider:
- Syncing secrets to Kubernetes secrets to be used as environment variables.
- Installation via [Vault Helm](/vault/docs/platform/k8s/helm)
<Note>
Installing with Helm runs the Vault CSI provider alongside
[Vault Agent](/vault/docs/deploy/kubernetes/csi) within the same pod. Vault
Agent cannot renew tokens created before a restart. As a result, if the Vault
Agent container stops or restarts, when a preexisting token expires, Vault
Agent revokes the associated lease.
</Note>
@include 'kubernetes-supported-versions.mdx'
## Authenticating with Vault