-
Notifications
You must be signed in to change notification settings - Fork 150
Update permissions of gateway binary for UBI #4404
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
Conversation
|
Can you create an issue associated with this? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4404 +/- ##
=======================================
Coverage 86.12% 86.12%
=======================================
Files 132 132
Lines 14381 14381
Branches 35 35
=======================================
Hits 12386 12386
Misses 1785 1785
Partials 210 210 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Also, in the release note, I'd update this to say |
Proposed changes
This change ensures that the gateway binary that we copy to
/usr/bin/gatewayin our UBI Control Plane Dockerfile has the appropriate permissions to run.Currently, this causes an error in our UBI deployments that prevents the certificate generator pod from running.
Closes #4405
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.