Description of problem:
Backplane operator seems to remove all resource of a toggleable component.
This means that if a user deploys some resources with the same name, backplane-operator will remove them.
This can lead to confusion.
Version-Release number of selected component (if applicable):
2.11
How reproducible:
100%
Steps to Reproduce:
- cluster-api toggled off
- deploy any resource (for instance namespace capi-system, or role capi-manager-role)
Actual results:
wait a few seconds, it will be removed
Expected results:
resource does not disappear
Additional info:
Consider controlling this behaviour via labels (add labels when components are toggled on, so it can be deleted only if it matches such labels)