File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.17.1
33kubeVersion : " >=1.16.0-0"
44description : A Helm chart for velero
55name : velero
6- version : 11.3.1
6+ version : 11.3.2
77home : https://github.com/vmware-tanzu/velero
88icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
99sources :
Original file line number Diff line number Diff line change @@ -134,12 +134,14 @@ spec:
134134 - name : cloud-credentials
135135 mountPath : /credentials
136136 {{- end }}
137+ {{- if not (.Values.nodeAgent.disableHostPath) }}
137138 - name : host-pods
138139 mountPath : /host_pods
139140 mountPropagation : HostToContainer
140141 - name : host-plugins
141142 mountPath : /host_plugins
142143 mountPropagation : HostToContainer
144+ {{- end }}
143145 {{- if .Values.nodeAgent.useScratchEmptyDir }}
144146 - name : scratch
145147 mountPath : /scratch
You can’t perform that action at this time.
0 commit comments