Commit 2cf526e
docs: add Helm chart docs for extraVolumes and extraVolumeMounts (#41571)
## Summary
- Adds `extraVolumes` and `extraVolumeMounts` to the deployment
parameters table in the Helm chart README
- Adds commented usage examples (emptyDir mounted at `/tmp`) in
`values.yaml` for both parameters
Follow-up to #41515, which introduced the parameters but didn't include
documentation.
## Test plan
- [x] Verify `values.yaml` comments render correctly and the example is
valid YAML when uncommented
- [x] Verify README table renders correctly on GitHub
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added two new Helm chart parameters for configuring additional pod
volumes and mounts.
* Included example configurations to guide users in custom volume setup.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent bc5ba09 commit 2cf526e
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
173 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
174 | 182 | | |
175 | 183 | | |
176 | 184 | | |
| |||
0 commit comments