File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
charts/aws-ebs-csi-driver Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : " 0.9.1"
33name : aws-ebs-csi-driver
44description : A Helm chart for AWS EBS CSI Driver
5- version : 0.9.14
5+ version : 0.9.15
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 8888 - name : AWS_REGION
8989 value : {{ .Values.region }}
9090 {{- end }}
91+ {{- if .Values.controller.extraVars }}
92+ {{- range $key, $val := .Values.controller.extraVars }}
93+ - name : {{ $key }}
94+ value : " {{ $val }}"
95+ {{- end }}
96+ {{- end }}
9197{{- if .Values.proxy.http_proxy }}
9298 - name : HTTP_PROXY
9399 value : {{ .Values.proxy.http_proxy | quote }}
Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ k8sTagClusterId: ""
107107# region: us-east-1
108108region : " "
109109
110+ # Additonal environment variables for the controller
111+ controller :
112+ extraVars : {}
113+
110114node :
111115 priorityClassName : " "
112116 nodeSelector : {}
You can’t perform that action at this time.
0 commit comments