operator-framework / combo

Apache License 2.0
8 stars 15 forks source link

refactor(controller): remove ReferencedTemplate label to be more idiomatic #65

Closed tylerslaton closed 2 years ago

tylerslaton commented 2 years ago

Summary

As was suggested in a recent demo of Combo, a controller adding labels to resources that it did not create is not entirely idiomatic. The original intent behind this change was to optimize the number of iterations that needed to occur when finding combinations relevant to a Template; However, this now seems to not be of much use.

As a result, this PR removes the code that adds and tests for the label.