fix: remove the finalizer on namespace deletion#5473
fix: remove the finalizer on namespace deletion#5473Skarlso merged 6 commits intoexternal-secrets:mainfrom
Conversation
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
|
/ok-to-test sha=918cf9470b95f5b871a2ff7b25c97e2c9676ffa7 |
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
|
/ok-to-test sha=701d9985cea3cd040793842430c6de21cb12fe44 |
|
/ok-to-test sha=701d9985cea3cd040793842430c6de21cb12fe44 |
|
/ok-to-test sha=701d9985cea3cd040793842430c6de21cb12fe44 |
|
/ok-to-test sha=701d9985cea3cd040793842430c6de21cb12fe44 |
|
/ok-to-test sha=ae0490f37ab8d667d852674240eeaef7f38d660a |
evrardjp
left a comment
There was a problem hiding this comment.
Sounds good on principle. Conflict could be safely ignored if we consider the ns has been targeted for delete anyway. Let's hope this method will not be used outside delete ns in the future.
pkg/controllers/clusterexternalsecret/clusterexternalsecret_controller.go
Show resolved
Hide resolved
|
Ah this failure might actually be unrelated. |
|
/ok-to-test sha=ae0490f37ab8d667d852674240eeaef7f38d660a |
|
/ok-to-test sha=ae0490f37ab8d667d852674240eeaef7f38d660a |
|
/ok-to-test sha=ae0490f37ab8d667d852674240eeaef7f38d660a |
|
Nooooooo :D |
|
I read the pain so loudly it made my walls move. |
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
bf6e97a to
f3d0868
Compare
|
/ok-to-test sha=f3d0868e5e282fb834262426750014253379f126 |
|
/ok-to-test sha=f3d0868e5e282fb834262426750014253379f126 |
|
/ok-to-test sha=f3d0868e5e282fb834262426750014253379f126 |
|
/ok-to-test sha=f3d0868e5e282fb834262426750014253379f126 |
|
/ok-to-test sha=f3d0868e5e282fb834262426750014253379f126 |
|
* fix: remove the finalizer on namespace deletion Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> * stop ignoring a conflict error Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> * add after suite of removing all cluster external secrets Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --------- Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Signed-off-by: Samuel Molling <samuelmolling@gmail.com>



Problem Statement
What is the problem you're trying to solve?
Related Issue
Hopefully Fixes #5426
Proposed Changes
How do you like to solve the issue and why?
Format
Please ensure that your PR follows the following format for the title:
Where
scopeis optionally one of:Checklist
git commit --signoffmake testmake reviewable