Static NFS
Appears in
.Values.persistence.$name.static
server
Define the nfs server
| Key | persistence.$name.static.server | 
| Type | string | 
| Required | ✅ | 
Helm tpl | ✅ | 
| Default | "" | 
Example
persistence:  nfs-vol:    type: pvc    static:      server: /servershare
Define the nfs export share path
| Key | persistence.$name.static.share | 
| Type | string | 
| Required | ✅ | 
Helm tpl | ✅ | 
| Default | "" | 
Example
persistence:  nfs-vol:    type: pvc    static:      share: shareFull Examples
persistence:  nfs-vol:    type: pvc    static:      mode: nfs      server: /server      share: share