-
Notifications
You must be signed in to change notification settings - Fork 273
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: add applyArgs to kubectl apply function #6385
Conversation
Thanks for you PR, @ManAnRuck! 👍 💯 The changes look good! The tests for Kubernetes deploy action handlers can be found in You can pass some Please let us know if you need any assistance. |
c0803ab
to
fadd230
Compare
Signed-off-by: Manuel Ruck <[email protected]>
Signed-off-by: Manuel Ruck <[email protected]>
263ce22
to
0f95f2b
Compare
0f95f2b
to
a8b41cc
Compare
Thank you @vvagaytsev your test looks much better than my. I was currently struggling with finding a check. First I was thinking about a --server-side, but my current approach to test it was to add a very large file which I did't like. A negative test like yours looks more promising and don't includes large files ❤️ |
@ManAnRuck thank you for spotting and fixing the bug! 👍 |
What this PR does / why we need it:
Add already prepared
applyArgs
to KubeCtl'sapply
function 🫣Which issue(s) this PR fixes:
Fixes #3839
Patches #6107
Special notes for your reviewer:
i am a little bit lost where to add some tests. can someone give me a hint? 😊