-
Notifications
You must be signed in to change notification settings - Fork 214
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
Fix nil pointer issue with webhook #966
Conversation
Fairwinds Insights CI Report✅ No new Action Items detected! |
@@ -161,8 +161,6 @@ workflows: | |||
only: /.*/ | |||
- build_and_push: | |||
context: org-global | |||
requires: |
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.
Was that intentional to remove the test?
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.
Yeah I don't think it's necessary.
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.
tests still run--they just don't block building the docker image
This PR hopefully fixes a
panic
in the admission controllerChecklist
Description
What's the goal of this PR?
Some users report a
nil pointer
panic when running the webhook as of 8.2What changes did you make?
What alternative solution should we consider, if any?