EmptyDir
Appears in
.Values.persistence.$name
size
Define the sizeLimit of the emptyDir
Key | persistence.$name.size |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
medium
Define the medium of emptyDir (Memory, "")
Key | persistence.$name.medium |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Valid Values
Memory
""
Example