Skip to content

Static SMB

Appears in

  • .Values.persistence.$name.static

server

Define the nfs server

Keypersistence.$name.static.server
Typestring
Required
Helm tpl
Default""

Example

persistence:
smb-vol:
type: pvc
static:
server: /server

share

Define the nfs export share path

Keypersistence.$name.static.share
Typestring
Required
Helm tpl
Default""

Example

persistence:
smb-vol:
type: pvc
static:
share: share

user

Define the smb user

Keypersistence.$name.static.user
Typestring
Required
Helm tpl
Default""

Example

persistence:
smb-vol:
type: pvc
static:
user: user

password

Define the smb password

Keypersistence.$name.static.password
Typestring
Required
Helm tpl
Default""

Example

persistence:
smb-vol:
type: pvc
static:
password: password

domain

Define the smb domain

Keypersistence.$name.static.domain
Typestring
Required
Helm tpl
Default""

Example

persistence:
smb-vol:
type: pvc
static:
domain: domain

Full Examples

persistence:
smb-vol:
type: pvc
static:
mode: smb
user: user
password: password
domain: domain
share: share
server: /server