Skip to content

Commit

Permalink
Merge pull request #791 from tirumerla/snapshot-controller-resources
Browse files Browse the repository at this point in the history
Update snapshot controller resources
  • Loading branch information
k8s-ci-robot authored Mar 15, 2021
2 parents 56ea42c + d85b4c8 commit a4d4871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/aws-ebs-csi-driver/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4d4871

Please sign in to comment.