Skip to content

Commit

Permalink
remove csireverseproxy check (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmydell authored Dec 1, 2022
1 parent 3cc70d6 commit 6c7cede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helm/csi-powermax/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,9 @@ spec:
value: "{{ .Values.kubeletConfigDir }}/plugins/powermax.emc.dell.com/disks"
- name: X_CSI_MANAGED_ARRAYS
value: {{ $arraysStr | replace " " "," | quote }}
{{- if ne .Values.csireverseproxy.enabled true }}
{{- $managementServer := first .Values.global.managementServers }}
- name: X_CSI_POWERMAX_ENDPOINT
value: {{ required "Must provide a Unisphere HTTPS endpoint." $managementServer.endpoint }}
{{- end }}
- name: X_CSI_POWERMAX_DEBUG
value: {{ .Values.powerMaxDebug | default "false" | lower | quote }}
- name: X_CSI_POWERMAX_SKIP_CERTIFICATE_VALIDATION
Expand Down

0 comments on commit 6c7cede

Please sign in to comment.