Skip to content
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

Ability to check correctness of values against Chart JSON schema #161

Open
MathieuAvila opened this issue Mar 24, 2022 · 1 comment
Open

Comments

@MathieuAvila
Copy link

Hello,

Is there a way to check that the JSON Schema is applied correctly by Helm and the charts ?

The idea is to check valid and invalid values, and check they are accepted or rejected by the Helm chart. For now, I understand it is only possible to check for correctness, as incorrectness would fail upfront. Would that be a good idea to add helm-unittest the possibility to test failure ?
For now, we're running a python script that checks for assertions, but we'd prefer to have only one source of UT (helm-unittest).

Thanks,

@MathieuAvila MathieuAvila changed the title Ability to check for values against JSON schema correctness Ability to check correctness of values against Chart JSON schema Mar 24, 2022
@rquinio
Copy link

rquinio commented Mar 25, 2022

I think PR #155 should enable this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants