Skip to content

Commit 06a67cc

Browse files
Remove extra space
1 parent 219575e commit 06a67cc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/csi-powermax/charts/csireverseproxy/conf/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ config:
3535
maxOutStandingRead: {{ $value.limits.maxOutStandingRead | default 0 }}
3636
maxOutStandingWrite: {{ $value.limits.maxOutStandingWrite | default 0 }}
3737
{{- end }}
38-
{{- end }}
39-
38+
{{- end }}

charts/csi-powermax/templates/powermax-array-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ data:
1111
{{- range $index, $value := .Values.global.storageArrays }}
1212
X_CSI_POWERMAX_ENDPOINT: {{ $value.endpoint | toYaml | default "" }}
1313
{{- end }}
14-
X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}
15-
14+
X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}

0 commit comments

Comments
 (0)