-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
[bitnami/redis] json schema too strict for any template-able value #29451
Comments
Hi! Thank you so much for the request. As it is not a critical feature, we cannot guarantee an ETA, but if you want to speed up the process, you can submit a PR updating the json schema just like the PR you referenced. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Fixing with #30526 |
@javsalgar I'm not seeing a way to re-open this myself, but could you re-open this issue? The fix PR was erroneously closed and this issue is still an issue |
Name and Version
bitnami/redis 20.0.4
What architecture are you using?
None
What steps will reproduce the bug?
.Values.commonLabels
to a string (containing Helm templating, for example)helm template .
Are you using any custom parameters or values?
What is the expected behavior?
Strings should be allowed as this value is passed to
common.tplvalues.render
What do you see instead?
Additional information
Per related issue #27319 and PR #27441, values that are templated should either be removed from the schema or correctly allow both objects and strings
The text was updated successfully, but these errors were encountered: