diff --git a/charts/aws-ebs-csi-driver/templates/statefulset.yaml b/charts/aws-ebs-csi-driver/templates/statefulset.yaml index 7c594c3b65..4e359af89e 100644 --- a/charts/aws-ebs-csi-driver/templates/statefulset.yaml +++ b/charts/aws-ebs-csi-driver/templates/statefulset.yaml @@ -39,6 +39,9 @@ spec: containers: - name: snapshot-controller image: {{ printf "%s:%s" .Values.snapshotController.repository .Values.snapshotController.tag }} + {{- with .Values.resources }} + resources: {{ toYaml . | nindent 12 }} + {{- end }} env: {{- if .Values.proxy.http_proxy }} - name: HTTP_PROXY