File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed
charts/csi-isilon/templates Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -273,20 +273,6 @@ spec:
273
273
mountPath : /var/run/csi
274
274
{{ end }}
275
275
{{ end }}
276
- - name : csi-metadata-retriever{{ $csiSidecarSuffix }}
277
- image : {{ required "Must provide the CSI metadata retriever container image." .Values.images.metadataretriever }}
278
- imagePullPolicy : {{ .Values.imagePullPolicy }}
279
- args :
280
- - " --csi-address={{ $driverSockPath }}"
281
- - " --timeout=120s"
282
- - " --v=5"
283
- command : [ "/csi-metadata-retriever" ]
284
- env :
285
- - name : CSI_RETRIEVER_ENDPOINT
286
- value : /var/run/csi/csi_retriever{{ $csiSidecarSuffix }}.sock
287
- volumeMounts :
288
- - name : socket-dir
289
- mountPath : /var/run/csi
290
276
- name : attacher{{ $csiSidecarSuffix }}
291
277
image : {{ required "Must provide the CSI attacher container image." .Values.images.attacher }}
292
278
imagePullPolicy : {{ .Values.imagePullPolicy }}
@@ -310,6 +296,16 @@ spec:
310
296
- name : socket-dir
311
297
mountPath : /var/run/csi
312
298
{{- if not $encrypted }}
299
+ - name : csi-metadata-retriever
300
+ image : {{ required "Must provide the CSI metadata retriever container image." .Values.images.metadataretriever }}
301
+ imagePullPolicy : {{ .Values.imagePullPolicy }}
302
+ command : [ "/csi-metadata-retriever" ]
303
+ env :
304
+ - name : CSI_RETRIEVER_ENDPOINT
305
+ value : /var/run/csi/csi_retriever.sock
306
+ volumeMounts :
307
+ - name : socket-dir
308
+ mountPath : /var/run/csi
313
309
{{- if hasKey .Values.controller "healthMonitor" }}
314
310
{{- if eq .Values.controller.healthMonitor.enabled true }}
315
311
- name : external-health-monitor-controller
You can’t perform that action at this time.
0 commit comments