-
Notifications
You must be signed in to change notification settings - Fork 220
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 --extra-helm-args to ct lint #552
Conversation
@AndersBennedsgaard can you please rebase? thanks for this PR |
and need to generate the docs. |
I completely forgot all about this PR. I have synced the two repos :)
Is there a way to auto-generate/-update docs ( |
also please do a rebase and remove the unnecessary commits, thanks |
@cpanato does it look correct now? (I had some issues with rebasing, since I never use it) |
Signed-off-by: AndersBennedsgaard <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
having the same issues within gitlab:
With v3.8.0 it works:
Can reproduce it within multiple gitlab installations. |
This reverts commit 0d4ab80.
This reverts commit 0d4ab80.
What this PR does / why we need it:
Makes it possible to pass extra Helm arguments to
ct lint
, such as--strict
.Which issue this PR fixes
Does not strictly fix, but helps with #166