Skip to content

Commit

Permalink
removed extra space from sidecar suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
shefali-malhotra committed May 28, 2024
1 parent 4bf6787 commit a9ef187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
mountPath: /var/run/csi
{{ end }}
{{ end }}
- name: csi-metadata-retriever {{ $csiSidecarSuffix }}
- name: csi-metadata-retriever{{ $csiSidecarSuffix }}
image: {{ required "Must provide the CSI metadata retriever container image." .Values.images.metadataretriever }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
Expand Down

0 comments on commit a9ef187

Please sign in to comment.