-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
🌱 ci: fix GitHub action to test make test-e2e for deploy-image #4118
🌱 ci: fix GitHub action to test make test-e2e for deploy-image #4118
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 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 |
6a7ea5a
to
d1a0cb8
Compare
f5375f9
to
3d05c86
Compare
d4cc789
to
8d4ea33
Compare
7adb1e4
to
f63a05d
Compare
e299edc
to
58f086f
Compare
57f6f01
to
d177c64
Compare
d177c64
to
7480892
Compare
fd5ea33
to
8b63f4e
Compare
For the DeployImage sample, we are only using validating webhooks. This commit updates the scaffold to reflect this by customizing the configuration accordingly. Additionally, there is a known bug in the tool where it scaffolds uncommented data for MutatingWebhooks. As a workaround, this commit comments out the unnecessary MutatingWebhook configurations to avoid issues during the test execution.
8b63f4e
to
9de4d9a
Compare
I am moving forward because it is a nit/fix Also, anyone can propose further changes in follow ups |
For the DeployImage sample, we are only using validating webhooks.
This commit updates the scaffold to reflect this by customizing
the configuration accordingly.
Additionally, there is a known bug in the tool where it scaffolds
uncommented data for MutatingWebhooks. As a workaround, this commit
comments out the unnecessary MutatingWebhook configurations to avoid
issues during the test execution.