Merge pull request #495 from andyzhangx/enable-snapshot-sidecar-v4.4.0
fix: always enable snapshot sidecar container in controller on v4.4.0
This commit is contained in:
commit
7d07d45058
Binary file not shown.
@ -66,7 +66,6 @@ spec:
|
||||
resources: {{- toYaml .Values.controller.resources.csiProvisioner | nindent 12 }}
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
{{- if .Values.externalSnapshotter.enabled }}
|
||||
- name: csi-snapshotter
|
||||
image: "{{ .Values.image.csiSnapshotter.repository }}:{{ .Values.image.csiSnapshotter.tag }}"
|
||||
args:
|
||||
@ -82,7 +81,6 @@ spec:
|
||||
volumeMounts:
|
||||
- name: socket-dir
|
||||
mountPath: /csi
|
||||
{{- end }}
|
||||
- name: liveness-probe
|
||||
image: "{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
|
||||
args:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user