File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
charts/aws-ebs-csi-driver Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : " 0.8.1"
33name : aws-ebs-csi-driver
44description : A Helm chart for AWS EBS CSI Driver
5- version : 0.8.3
5+ version : 0.8.4
66kubeVersion : " >=1.17.0-0"
77home : https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88sources :
Original file line number Diff line number Diff line change 5151 args :
5252 - node
5353 - --endpoint=$(CSI_ENDPOINT)
54+ {{- if .Values.volumeAttachLimit }}
55+ - --volume-attach-limit={{ .Values.volumeAttachLimit }}
56+ {{- end }}
5457 - --logtostderr
5558 - --v=5
5659 env :
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ enableVolumeResizing: false
4444# True if enable volume snapshot
4545enableVolumeSnapshot : false
4646
47+ # The "maximum number of attachable volumes" per node
48+ volumeAttachLimit : " "
49+
4750resources :
4851 {}
4952 # We usually recommend not to specify default resources and to leave this as a conscious
You can’t perform that action at this time.
0 commit comments