Host Path
Appears in
.Values.persistence.$name
hostPath
Define the hostPath
Key | persistence.$name.hostPath |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
hostPathType
Define the hostPathType
Key | persistence.$name.hostPathType |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Valid Values
""
DirectoryOrCreate
Directory
FileOrCreate
File
Socket
CharDevice
BlockDevice
Example