Skip to content

Commit

Permalink
Fix for linter check
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonRadadia20 committed Dec 10, 2024
1 parent 1f99caf commit ab16f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions charts/csi-powermax/charts/csireverseproxy/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ config:
maxOutStandingRead: {{ $value.limits.maxOutStandingRead | default 0 }}
maxOutStandingWrite: {{ $value.limits.maxOutStandingWrite | default 0 }}
{{- end }}
{{- end }}

{{- end }}
3 changes: 1 addition & 2 deletions charts/csi-powermax/templates/powermax-array-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ data:
{{- range $index, $value := .Values.global.storageArrays }}
X_CSI_POWERMAX_ENDPOINT: {{ $value.endpoint | toYaml | default "" }}
{{- end }}
X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}
X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}

0 comments on commit ab16f0c

Please sign in to comment.