Skip to content

Commit 0623573

Browse files
committed
extra comments on chap auth settings
1 parent 5085f1c commit 0623573

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

deploy/class.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
# annotations:
77
# storageclass.kubernetes.io/is-default-class: "true"
88
provisioner: freenas.org/iscsi
9+
# Delete|Retain
10+
reclaimPolicy: Delete
911
allowVolumeExpansion: false
1012
parameters:
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:

0 commit comments

Comments
 (0)