Skip to content

Commit

Permalink
Removing commented line from csi-isilon controller yaml. (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobassil authored and shaynafinocchiaro committed Oct 30, 2024
1 parent e8c9296 commit 5ffd91d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ spec:
{{- if hasKey .Values.controller "snapshot" }}
{{- if eq .Values.controller.snapshot.enabled true }}
- name: snapshotter{{ $csiSidecarSuffix }}
#image: quay.io/k8scsi/csi-snapshotter:v1.0.0
image: {{ required "Must provide the CSI snapshotter container image." .Values.images.snapshotter }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
Expand Down

0 comments on commit 5ffd91d

Please sign in to comment.