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
We have two projects that result in images on harbor with the following names:
/central-hub
/central-hubspot-enricher
Now, if we do a dfsync to sync central-hub, we will actually replace the code on both projects. It seems like dfsync checks only that the image name on Kubernetes starts with the specified image name not that it is exactly what we specified as first parameter.
The text was updated successfully, but these errors were encountered:
We have two projects that result in images on harbor with the following names:
/central-hub
/central-hubspot-enricher
Now, if we do a
dfsync
to synccentral-hub
, we will actually replace the code on both projects. It seems likedfsync
checks only that the image name on Kubernetes starts with the specified image name not that it is exactly what we specified as first parameter.The text was updated successfully, but these errors were encountered: