Skip to content

Commit 0658b6e

Browse files
committed
chore: always enable snapshot sidecar image in controller
1 parent 7f8802f commit 0658b6e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
-17 Bytes
Binary file not shown.

charts/latest/csi-driver-nfs/templates/csi-nfs-controller.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ spec:
6666
resources: {{- toYaml .Values.controller.resources.csiProvisioner | nindent 12 }}
6767
securityContext:
6868
readOnlyRootFilesystem: true
69-
{{- if .Values.externalSnapshotter.enabled }}
7069
- name: csi-snapshotter
7170
image: "{{ .Values.image.csiSnapshotter.repository }}:{{ .Values.image.csiSnapshotter.tag }}"
7271
args:
@@ -82,7 +81,6 @@ spec:
8281
volumeMounts:
8382
- name: socket-dir
8483
mountPath: /csi
85-
{{- end }}
8684
- name: liveness-probe
8785
image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
8886
args:

0 commit comments

Comments
 (0)