File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ spec:
148148 {{- with .Values.csiLinodePlugin.volumeMounts }}
149149 {{- toYaml . | nindent 12 }}
150150 {{- end }}
151+ {{- with .Values.csiLinodePlugin.resources }}
152+ resources :
153+ {{- toYaml . | nindent 12 }}
154+ {{- end }}
151155 serviceAccount : csi-controller-sa
152156 {{- if .Values.controller.nodeSelector }}
153157 nodeSelector :
Original file line number Diff line number Diff line change 9393 {{- with .Values.csiLinodePlugin.volumeMounts }}
9494 {{- toYaml . | nindent 8 }}
9595 {{- end }}
96+ {{- with .Values.csiLinodePlugin.resources }}
97+ resources :
98+ {{- toYaml . | nindent 8 }}
99+ {{- end }}
96100 hostNetwork : true
97101 priorityClassName : system-node-critical
98102 serviceAccount : csi-node-sa
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ csiLinodePlugin:
8181 volumeMounts :
8282 # - mountPath: /tmp/
8383 # name: test-volume
84+ # This section adds the ability to pass resources to the container
85+ resources :
8486
8587kubectl :
8688 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