mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
extend docs a bit
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
| persistence.[volume-name].targetSelector.[pod-name].[container-name] | `dict` | ❌ | ❌ | `{}` | Define a dict named after the container to mount the volume |
|
||||
| persistence.[volume-name].targetSelector.[pod-name].[container-name].mountPath | `string` | ❌ | ✅ | `[volume-name].mountPath` | Define the mountPath for the container |
|
||||
|
||||
> When `targetSelectAll` is `true`, it will define the volume to all pods (`targetSelector` is ignored in this case)
|
||||
> When `targetSelector` is defined, referencing pod(s) it will define the volume to those pod(s)
|
||||
> When `targetSelector` is a empty, it will define the volume to the primary pod
|
||||
|
||||
---
|
||||
|
||||
Appears in:
|
||||
|
||||
Reference in New Issue
Block a user