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.
We have two projects that result in images on harbor with the following names:
/central-hub
/central-hubspot-enricher
Now, if we do a
dfsyncto synccentral-hub, we will actually replace the code on both projects. It seems likedfsyncchecks only that the image name on Kubernetes starts with the specified image name not that it is exactly what we specified as first parameter.