-
Notifications
You must be signed in to change notification settings - Fork 173
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
Zarf agent mutating webhook #306
Conversation
Is this the highest priority right now? I thought we were going to be spending time making the testing and documentation more robust and paying down tech debt now that the big PR is merged. This feels like jumping right back to feature development. |
Before we get too far we also need to get an issue written up in the backlog for this work so we can have a clear idea on when the Definition of Done is met and it can be merged. |
I'm not working this week due to Covid, so this is how I am spending my time. And yes it is important to resolve unfinished work around the new postRender behavior and operators / Big Bang. We discussed before the bandaid of manually patching image repos in Big Bang and fixing it right after #237 was merged, this is that fix. |
Copy. That makes sense. Can we get together and write out a new GitHub issue for this? It will help us keep the scope small. |
a21ecd3
to
635f4e0
Compare
1b3ea6a
to
b8d2e1a
Compare
I plan on testing this on the s/w factory repo once it's happy in BB core example. Things are mostly working, but I ran into a possible new issue for maybe @YrrepNoj to look at with the gitea read only user. The 2 sandbox repos seem to be unable to add read only users for some reason.... |
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.
Changes and updates look good to me 👍
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.
Thanks for checking up and updating on the gatekeeper stuff. LGTM!
- Introduce mutating webhook (zarf agent) - Mutate podSpec image paths - Mutate podSpec imagePullSecret - Mutate Flux GitRepository URL - Mutate Flux GitRepository secret - Add dev makefile targets for image rebuilds - Add manual github action for building a new zarf agent image - Update Big Bang example package 1.28 -> 1.33 - Migrate EFK -> PLG for Big Bang example - Fix OPA Gatekeeper failures on KIND clusters - Add Zarf Agent ADR Co-authored-by: Jon Perry <[email protected]>
Initial mutating webhook work.