scylla-operator
scylla-operator copied to clipboard
Fix NodeConfig controller handlers to react on related object updates
Description of your changes: This PR fixes the handlers so the reconciled objects that don't have ownerRefs on them requeue the NodeConfigs. Given they are shared, they need to requeue all of them but the number of NodeConfigs is usually low single digit number anyway.
Which issue is resolved by this Pull Request: Resolves #2001