Skip to content

Commit

Permalink
docs: Make link to Reloader a link (#1413)
Browse files Browse the repository at this point in the history
* Make link to Reloader a link

Update secret-auto-rotation.md

* Update docs/book/src/topics/secret-auto-rotation.md

Co-authored-by: Anish Ramasekar <[email protected]>

---------

Co-authored-by: Anish Ramasekar <[email protected]>
  • Loading branch information
spottedmahn and aramase authored Jan 12, 2024
1 parent 10b6ad5 commit 3c190c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/topics/secret-auto-rotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Depending on how the application consumes the secret data:
1. **Mount Kubernetes secret as a volume:** Use auto rotation feature + Sync K8s secrets feature in Secrets Store CSI Driver, application will need to watch for changes from the mounted Kubernetes Secret volume. When the Kubernetes Secret is updated by the CSI Driver, the corresponding volume contents are automatically updated.
2. **Application reads the data from container’s filesystem:** Use rotation feature in Secrets Store CSI Driver, application will need to watch for the file change from the volume mounted by the CSI driver.
3. **Using Kubernetes secret for environment variable:** The pod needs to be restarted to get the latest secret as environment variable.
1. Use something like https://github.com/stakater/Reloader to watch for changes on the synced Kubernetes secret and do rolling upgrades on pods
1. Use something like [Reloader](https://github.com/stakater/Reloader) to watch for changes on the synced Kubernetes secret and do rolling upgrades on pods

## Enable auto rotation

Expand Down

0 comments on commit 3c190c5

Please sign in to comment.