-
Notifications
You must be signed in to change notification settings - Fork 105
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
Minor tweaks to package repository #236
Conversation
With exception of kapp issue, this should close out #237. |
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.
lgtm
@@ -61,6 +61,8 @@ func (a *CRDApp) unblockDeletion() error { | |||
a.log.Info("Unblocking deletion") | |||
return a.updatePackageRepository(func(app *pkgingv1alpha1.PackageRepository) { | |||
app.ObjectMeta.Finalizers = removeString(app.ObjectMeta.Finalizers, deleteFinalizerName) | |||
// Need to remove old finalizer that might have been added by previous versions of kapp-controller |
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.
We should open a corresponding issue for this that captures when we expect to deprecate this.
No description provided.