-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat: Added annotation to skip resource deletion when app is deleted #5945 #5977
feat: Added annotation to skip resource deletion when app is deleted #5945 #5977
Conversation
409150c
to
f941a75
Compare
a7bf739
to
bf66bf0
Compare
Codecov Report
@@ Coverage Diff @@
## master #5977 +/- ##
=======================================
Coverage 40.95% 40.95%
=======================================
Files 147 147
Lines 19656 19656
=======================================
Hits 8051 8051
Misses 10499 10499
Partials 1106 1106
Continue to review full report at Codecov.
|
ade472c
to
e2aa7b2
Compare
…rgoproj#5945 Signed-off-by: JoaoBraveCoding <[email protected]>
e2aa7b2
to
b955951
Compare
/assign @alexmt |
We discussed this enhancement in today's contributor's meeting and folks were on board with the feature. Some points which were raised:
This will leave the door open for introducing different policies in the future. An example of where this could be useful, is that Argo CD currently decides not to delete CRDs as a safe default. But for users who do want CRDs to be deleted as part of application delete, we could introduce a:
that users could attach to a CRD.
The idea which was discussed was that if someone is specifying
|
Closing for now. Please feel free to reopen or open a new PR based on this one! |
Closes #5945
Checklist: