Skip to content

Commit 7d07d45

Browse files
authored
Merge pull request #495 from andyzhangx/enable-snapshot-sidecar-v4.4.0
fix: always enable snapshot sidecar container in controller on v4.4.0
2 parents 482e264 + 4147ddb commit 7d07d45

File tree

2 files changed

+0
-2
lines changed

2 files changed

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

charts/v4.4.0/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)