generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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] - Deletion Protection for PluginPresets #804
Labels
Comments
gciezkowski-acc
added a commit
that referenced
this issue
Dec 17, 2024
24 tasks
gciezkowski-acc
added a commit
that referenced
this issue
Dec 18, 2024
gciezkowski-acc
added a commit
that referenced
this issue
Dec 18, 2024
gciezkowski-acc
added a commit
that referenced
this issue
Dec 18, 2024
gciezkowski-acc
added a commit
that referenced
this issue
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Priority
(Medium) I'm annoyed but I'll live
User Story
Description
The PluginPreset can create Plugins for a multitude of clusters. When the PluginPreset is deleted, also all of these Plugins are removed. This can break/ remove a lot of Helm Releases.
In order to protect from this, the PluginPreset's should get an additional annotation that prevents a deletion to succeed. (
greenhouse.sap/prevent-deletion
).The webhook needs to ensure that deletion requests for PluginPresets with this annotation are rejected with an appropriate error message.
This annotation should be set on every PluginPreset, whenever it is created.
Acceptance Criteria
greenhouse.sap/prevent-deletion
during PluginPreset Create admissionReference Issues
No response
The text was updated successfully, but these errors were encountered: