Skip to content

Commit

Permalink
powermax endpoint update (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh3108 authored Nov 22, 2024
1 parent 8647018 commit 0eaee31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion charts/csi-powermax/templates/powermax-array-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ data:
powermax-array-config.yaml: |
X_CSI_POWERMAX_PORTGROUPS: {{ .Values.global.portGroups | toYaml | default "" }}
X_CSI_TRANSPORT_PROTOCOL: {{ .Values.global.transportProtocol | toYaml | default "" }}
X_CSI_POWERMAX_ENDPOINT: {{ .Values.global.endpoint | toYaml | default "" }}
{{- $_ := first .Values.global.storageArrays }}
{{- range $index, $value := .Values.global.storageArrays }}
X_CSI_POWERMAX_ENDPOINT: {{ $value.endpoint | toYaml | default "" }}
{{- end }}
X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}
5 changes: 0 additions & 5 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ global:
# Default value: None
# Examples: "000000000001", "000000000002"
managedArrays: "000000000001,000000000002"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
endpoint:
# defaultCredentialsSecret
defaultCredentialsSecret: powermax-creds
# portGroups: Define the set of existing port groups that the driver will use.
Expand Down

0 comments on commit 0eaee31

Please sign in to comment.