We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219575e commit 06a67ccCopy full SHA for 06a67cc
charts/csi-powermax/charts/csireverseproxy/conf/config.yaml
@@ -35,5 +35,4 @@ config:
35
maxOutStandingRead: {{ $value.limits.maxOutStandingRead | default 0 }}
36
maxOutStandingWrite: {{ $value.limits.maxOutStandingWrite | default 0 }}
37
{{- end }}
38
- {{- end }}
39
-
+ {{- end }}
charts/csi-powermax/templates/powermax-array-config.yaml
@@ -11,5 +11,4 @@ data:
11
{{- range $index, $value := .Values.global.storageArrays }}
12
X_CSI_POWERMAX_ENDPOINT: {{ $value.endpoint | toYaml | default "" }}
13
14
- X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}
15
+ X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}
0 commit comments