You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for the finalizers: appending, removing, checking.
Also change the finalizer to a FQDN string — as once I hit the issue that the finalizer cannot be an arbitrary string (e.g. when assigning it to a pod in Minikube; but it works with custom resources though).
But keep the legacy finalizer (just a string, not FQDN) if it is assigned to the existing resource — for checking and for removing.
The text was updated successfully, but these errors were encountered:
Add tests for the finalizers: appending, removing, checking.
Also change the finalizer to a FQDN string — as once I hit the issue that the finalizer cannot be an arbitrary string (e.g. when assigning it to a pod in Minikube; but it works with custom resources though).
But keep the legacy finalizer (just a string, not FQDN) if it is assigned to the existing resource — for checking and for removing.
The text was updated successfully, but these errors were encountered: