numaproj-labs / numaplane

Apache License 2.0
1 stars 4 forks source link

feat: replacing GitSync annotation with label #289

Closed dpadhiar closed 6 months ago

dpadhiar commented 6 months ago

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.