iSCSI
Appears in
.Values.persistence.$name
iscsi
Define the iSCSI
Key | persistence.$name.iscsi |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default | {} |
Example
fsType
Define the fsType
Key | persistence.$name.fsType |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Valid Values
ext4
xfs
ntfs
Example
targetPortal
Define the targetPortal
Key | persistence.$name.targetPortal |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
iqn
Define the iqn
Key | persistence.$name.iqn |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
lun
Define the lun
Key | persistence.$name.lun |
Type | int |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
initiatorName
Define the initiatorName
Key | persistence.$name.initiatorName |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
iscsiInterface
Define the iscsiInterface
Key | persistence.$name.iscsiInterface |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
portals
Define the portals
Key | persistence.$name.portals |
Type | list of string |
Required | ❌ |
Helm tpl | ✅ (On entries only) |
Default | [] |
Example
authDiscovery
Define the authDiscovery
Key | persistence.$name.iscsi.authDiscovery |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
authDiscovery.username
Define the username
Key | persistence.$name.iscsi.authDiscovery.username |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
authDiscovery.password
Define the password
Key | persistence.$name.iscsi.authDiscovery.password |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
authDiscovery.usernameInitiator
Define the usernameInitiator
Key | persistence.$name.iscsi.authDiscovery.usernameInitiator |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
authDiscovery.passwordInitiator
Define the passwordInitiator
Key | persistence.$name.iscsi.authDiscovery.passwordInitiator |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
authSession
Define the authSession
Key | persistence.$name.iscsi.authSession |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
authSession.username
Define the username
Key | persistence.$name.iscsi.authSession.username |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
authSession.password
Define the password
Key | persistence.$name.iscsi.authSession.password |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example