Closed withoutnickname closed 1 year ago
Hi team,
Is there a way to override/remove Topic default finalizer (finalizer.managedresource.crossplane.io) declaratively?
The use-case: ArgoCD cannot remove Topic object after manifest deletion in Git and synchronization never ends:
If to remove finalizer from Topic's spec manually - all goes as expected immediately.
Already tried:
metadata: finalizers: - resources-finalizer.argocd.argoproj.io
and
metadata: finalizers: []
but no luck, finalizer.managedresource.crossplane.io finalizer is still added automatically.
crossplane:v1.9.1 provider-kafka-controller:v0.1.0 argocd:v2.4.12
This is largely an Argo issue, not for this provider. @withoutnickname contact me and I think we can get to a resolution.
@withoutnickname any luck in removing topics w/o patching it?
Hi team,
Is there a way to override/remove Topic default finalizer (finalizer.managedresource.crossplane.io) declaratively?
The use-case: ArgoCD cannot remove Topic object after manifest deletion in Git and synchronization never ends:
If to remove finalizer from Topic's spec manually - all goes as expected immediately.
Already tried:
and
but no luck, finalizer.managedresource.crossplane.io finalizer is still added automatically.
crossplane:v1.9.1 provider-kafka-controller:v0.1.0 argocd:v2.4.12