Skip to content

allow configurability of requests and limits through helm values #410

@gouthamhusky

Description

@gouthamhusky

Description

Currently, CSI Driver's Helm chart doesn't support configuring resource requests and limits for its components through Helm values..

Expected Behavior

Add support for configuring resource requests and limits through Helm values. For example:

csiLinodePlugin:
  resources:
    requests:
      cpu: 100m
      memory: 128Mi
    limits:
      cpu: 200m
      memory: 256Mi

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementfor improvements in existing functionality in the changelog.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions