File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ spec:
148
148
{{- with .Values.csiLinodePlugin.volumeMounts }}
149
149
{{- toYaml . | nindent 12 }}
150
150
{{- end }}
151
+ {{- with .Values.csiLinodePlugin.resources }}
152
+ resources :
153
+ {{- toYaml . | nindent 12 }}
154
+ {{- end }}
151
155
serviceAccount : csi-controller-sa
152
156
{{- if .Values.controller.nodeSelector }}
153
157
nodeSelector :
Original file line number Diff line number Diff line change 93
93
{{- with .Values.csiLinodePlugin.volumeMounts }}
94
94
{{- toYaml . | nindent 8 }}
95
95
{{- end }}
96
+ {{- with .Values.csiLinodePlugin.resources }}
97
+ resources :
98
+ {{- toYaml . | nindent 8 }}
99
+ {{- end }}
96
100
hostNetwork : true
97
101
priorityClassName : system-node-critical
98
102
serviceAccount : csi-node-sa
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ csiLinodePlugin:
81
81
volumeMounts :
82
82
# - mountPath: /tmp/
83
83
# name: test-volume
84
+ # This section adds the ability to pass resources to the container
85
+ resources :
84
86
85
87
kubectl :
86
88
image : alpine/k8s # This needs to be alpine based and have both kubectl and curl installed.
You can’t perform that action at this time.
0 commit comments