generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 272
Open
Labels
area/installationIssues or PRs related to our installation tools, configurations, helm charts, etc...Issues or PRs related to our installation tools, configurations, helm charts, etc...
Description
Is your feature request related to a problem?
Currently, we're using the helmchart with the schema of the provided schema. Usually I try to not set CPU limits (surely there are discussions about this in general, not being part of this issue), but the schema forbids the setting to null which I tried to use (helm docu about removing a default value).
Error message is:
Reason: Update - Message: unable to upgrade helm chart release: values don't meet the specifications of the schema(s) in the following chart(s):
ec2-chart:
- at '/resources/limits': missing property 'cpu'
Describe the solution you'd like
Be able to override the cpu limits with a non-existing values to not set any CPU limit.
Describe alternatives you've considered
none
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/installationIssues or PRs related to our installation tools, configurations, helm charts, etc...Issues or PRs related to our installation tools, configurations, helm charts, etc...