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

Fix nil pointer issue with webhook #966

Merged
merged 27 commits into from
Jun 22, 2023
Merged

Fix nil pointer issue with webhook #966

merged 27 commits into from
Jun 22, 2023

Conversation

rbren
Copy link
Member

@rbren rbren commented Jun 21, 2023

This PR hopefully fixes a panic in the admission controller

Checklist

  • I have signed the CLA
  • I have updated/added any relevant documentation

Description

What's the goal of this PR?

Some users report a nil pointer panic when running the webhook as of 8.2

What changes did you make?

What alternative solution should we consider, if any?

@rbren rbren requested a review from mggude as a code owner June 21, 2023 16:56
@fairwinds-insights
Copy link

Fairwinds Insights CI Report

View the Full Report

✅ No new Action Items detected!

@rbren rbren changed the title update dependencies Fix nil pointer issue with webhook Jun 21, 2023
@rbren rbren changed the title Fix nil pointer issue with webhook [WIP] Fix nil pointer issue with webhook Jun 22, 2023
@rbren rbren changed the title [WIP] Fix nil pointer issue with webhook Fix nil pointer issue with webhook Jun 22, 2023
@@ -161,8 +161,6 @@ workflows:
only: /.*/
- build_and_push:
context: org-global
requires:
Copy link
Contributor

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?

Copy link
Member Author

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.

Copy link
Member Author

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

@rbren rbren merged commit 4ca4c8f into master Jun 22, 2023
7 checks passed
@rbren rbren deleted the rb/updates branch June 22, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants