-
Notifications
You must be signed in to change notification settings - Fork 811
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 helm-tester enabled flag #1954
Add helm-tester enabled flag #1954
Conversation
Welcome @nunodomingues-td! |
Hi @nunodomingues-td. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @nunodomingues-td , running tests to confirm driver behavior during our When installing the driver with |
Hello @ConnorJC3 Thanks for your reply, but my issue is not that simple. At my company we don't install helm chart manually, we're deploying them using a few pipelines and then using a GitOps CD tool to deploy them. In our pipelines, we have a few tests, and one of them use CT for rendering, testing, and install (dry-run) the helm charts. Our pipelines are being executed and our charts are being deployed (most of them) in graviton instances, which brings me to a few issues:
That's why the reason of this PR. All of this to explain that your solution does not work for us and we kindly ask for a review in this. If you still don't want to move forward, can you give us a even better solution that we can use? Thanks and best regards |
/ok-to-test |
Code Coverage DiffThis PR does not change the code coverage |
/label tide/merge-method-squash @nunodomingues-td this looks good go to me, one small thing: There was a vulnerability in one of our dependencies that was fixed in #1959, you'll need to rebase your PR on top of the latest master branch to get |
…er into chart-add-enabled-flag
Hello @ConnorJC3 |
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AndrewSirenko The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Is this a bug fix or adding new feature?
Feature
What is this PR about? / Why do we need it?
Adding a flag to enable / disable test during pipeline when using chart-testing
What testing is done?
Manual / pipeline tests