Static SMB
Appears in
.Values.persistence.$name.static
server
Define the nfs server
Key | persistence.$name.static.server |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
share
Define the nfs export share path
Key | persistence.$name.static.share |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
user
Define the smb user
Key | persistence.$name.static.user |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | "" |
Example
password
Define the smb password
Key | persistence.$name.static.password |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | "" |
Example
domain
Define the smb domain
Key | persistence.$name.static.domain |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | "" |
Example