Skip to content

Commit e68919a

Browse files
authored
Merge pull request #490 from andyzhangx/enable-snapshot-sidecar
fix: always enable snapshot sidecar container in controller
2 parents 4a8ccda + 0658b6e commit e68919a

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)