GitSync resources currently get an annotation added: numaplane.numaproj.io/tracking-id: gitsync-example
This PR converts this annotation to a label instead. This will allow for the use of a label selector in the future to select resources by GitSync.
Verification
Created example GitSyncs and checked that created resources had correct label and didn't have previous annotation.
Fixes #214
Modifications
GitSync resources currently get an annotation added:
numaplane.numaproj.io/tracking-id: gitsync-example
This PR converts this annotation to a label instead. This will allow for the use of a label selector in the future to select resources by GitSync.Verification
Created example GitSyncs and checked that created resources had correct label and didn't have previous annotation.