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

Add new flags to disable lint/schema validation #68

Merged
merged 5 commits into from
Dec 21, 2018

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Dec 18, 2018

What this PR does / why we need it:
Add new flags to by pass lint/schema validation: no-chart-schema-validation and no-yaml-lint

Which issue this PR fixes

@cpanato
Copy link
Member Author

cpanato commented Dec 18, 2018

/assign @unguiculus

@helm-bot helm-bot added size/L and removed size/L labels Dec 18, 2018
Copy link
Member

@unguiculus unguiculus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use ct doc-gen to generate the documentation instead of manually adjusting it.

result.Error = err
return result

if !t.config.NoYamlLint {
Copy link
Member

@unguiculus unguiculus Dec 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reflecting about this again, I'm think it would be better to do it the other way around and call the flags validate-yaml and validate-chart-schema. This would also be more consistent with the existing flags.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, was hard to me to think in the negative 😄 i will update
thanks for the review @unguiculus

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: cpanato <[email protected]>
Signed-off-by: Reinhard Nägele <[email protected]>
@unguiculus
Copy link
Member

I added some minor updates if you don't mind.

@cpanato
Copy link
Member Author

cpanato commented Dec 20, 2018

@unguiculus no problem from my side. thanks btw!

@unguiculus unguiculus merged commit 46dc82e into helm:master Dec 21, 2018
@cpanato cpanato deleted the GH-53 branch December 21, 2018 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove implicit dependence on extra tools/repos
3 participants