We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, CSI Driver's Helm chart doesn't support configuring resource requests and limits for its components through Helm values..
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: