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
It seems finalizers used are not ideal from OpenShift naming perspective. On function tests execution, next is dumped:
Warning: metadata.finalizers: "finalizer.nbde.tangserver.openshift.io": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers
Although it is not causing any disturbance on functionality, we should try to fix it by removing this warning (possibly, by renaming finalizers)
The text was updated successfully, but these errors were encountered:
It seems finalizers used are not ideal from OpenShift naming perspective. On function tests execution, next is dumped:
Warning: metadata.finalizers: "finalizer.nbde.tangserver.openshift.io": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers
Although it is not causing any disturbance on functionality, we should try to fix it by removing this warning (possibly, by renaming finalizers)
The text was updated successfully, but these errors were encountered: