@@ -19,7 +19,12 @@ global:
19
19
# Default value: None
20
20
# Examples: "000000000001", "000000000002"
21
21
managedArrays : " 000000000001,000000000002"
22
+
22
23
# defaultCredentialsSecret
24
+ # DEPRECATION NOTICE: The defaultCredentials parameter has been deprecated and will be
25
+ # removed in a future release. It remains for backward compatibility only.
26
+ # Please see use the parameter .csireverseproxy.secretName below and refer to the official
27
+ # documentation website for further details.
23
28
defaultCredentialsSecret : powermax-creds
24
29
# portGroups: Define the set of existing port groups that the driver will use.
25
30
# It is a comma separated list of portgroup names.
@@ -37,13 +42,23 @@ global:
37
42
# "" - Automatic selection of transport protocol
38
43
# Default value: "" <empty>
39
44
transportProtocol : " "
45
+
46
+ # DEPRECATION NOTICE: The storageArrays parameter has been deprecated in this helm chart
47
+ # and will be removed in a future release. It remains for backward compatibility only.
48
+ # storageArrays have been migrated to the 'secret' format. Please refer to the official
49
+ # documentation website for further details.
40
50
storageArrays :
41
51
- storageArrayId : " 000000000001"
42
52
endpoint : https://primary-1.unisphe.re:8443
43
53
backupEndpoint : https://backup-1.unisphe.re:8443
44
54
# - storageArrayId: "000000000002"
45
55
# endpoint: https://primary-2.unisphe.re:8443
46
56
# backupEndpoint: https://backup-2.unisphe.re:8443
57
+
58
+ # DEPRECATION NOTICE: The managementServers parameter has been deprecated in this helm chart
59
+ # and will be removed in a future release. It remains for backward compatibility only.
60
+ # managementServers have been migrated to the 'secret' format. Please refer to the official
61
+ # documentation website for further details.
47
62
managementServers :
48
63
- endpoint : https://primary-1.unisphe.re:8443
49
64
credentialsSecret : primary-1-secret
0 commit comments