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
2.10.9, 1.2.329
Could not delete default keys from subcharts if subchart is defined in dependencies
if subchart has for example
resources: limits: cpu: 4 memory: 3Gi requests: cpu: 700m memory: 70Mi
it is unable to override with
resources: limits: null requests: null
the same as helm/helm#9027
default values are in rendered files
default values are overrided
No response
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. We will work on addressing this issue.
Sorry, something went wrong.
@shcherbak You said that you specified null overrides as this:
but instead it must be like this:
# .helm/values.yaml mysubchart: # name of the subchart as defined in dependencies resources: limits: null requests: null
If done this way is the problem still persist?
@ilya-lesikov of cource I specified values with mysubchart key
mysubchart
We'll look into it. Either Helm issue or we messed up somewhere when backporting changes from Helm upstream.
No branches or pull requests
Before proceeding
Version
2.10.9, 1.2.329
How to reproduce
Could not delete default keys from subcharts if subchart is defined in dependencies
if subchart has for example
it is unable to override with
the same as helm/helm#9027
Result
default values are in rendered files
Expected result
default values are overrided
Additional information
No response
The text was updated successfully, but these errors were encountered: