File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ metadata:
66# annotations:
77# storageclass.kubernetes.io/is-default-class: "true"
88provisioner : freenas.org/iscsi
9+ # Delete|Retain
10+ reclaimPolicy : Delete
911allowVolumeExpansion : false
1012parameters :
1113 # set the default filesystem
@@ -77,19 +79,20 @@ parameters:
7779 # default:
7880 # targetGroupAuthgroup:
7981
80- # iSCSI PV authentication settings
81- #
8282 # Whether portal discovery authentication is employed
8383 # default: false
8484 # targetDiscoveryCHAPAuth:
85- #
85+
8686 # Whether session authentication is employed
8787 # default: false
8888 # targetSessionCHAPAuth:
8989
9090 # If either of the two settings above are true, then iSCSI
9191 # secretRef will be filled according to the following settings
9292 #
93+ # Note: once volumes have been provisioned you should NOT change
94+ # the secret name or namespace settings
95+ #
9396 # Namespace of secret which holds iscsi credentials
9497 # default: kube-system
9598 # authSecretNamespace:
You can’t perform that action at this time.
0 commit comments