We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49570c7 commit 1a49c1aCopy full SHA for 1a49c1a
charts/v4.9.0/csi-driver-nfs/templates/csi-nfs-controller.yaml
@@ -86,6 +86,7 @@ spec:
86
capabilities:
87
drop:
88
- ALL
89
+{{- if .Values.externalSnapshotter.enabled }}
90
- name: csi-snapshotter
91
{{- if hasPrefix "/" .Values.image.csiSnapshotter.repository }}
92
image: "{{ .Values.image.baseRepo }}{{ .Values.image.csiSnapshotter.repository }}:{{ .Values.image.csiSnapshotter.tag }}"
@@ -110,6 +111,7 @@ spec:
110
111
112
113
114
+{{- end }}
115
- name: liveness-probe
116
{{- if hasPrefix "/" .Values.image.livenessProbe.repository }}
117
image: "{{ .Values.image.baseRepo }}{{ .Values.image.livenessProbe.repository }}:{{ .Values.image.livenessProbe.tag }}"
0 commit comments