h4. What * Change the operator to watch specific namespaces and/or labels instead of all
h4. Why * Improve the performance and attend Wei definitions
h4. How
* The change need to be done here : Here: https://github.com/aerogear/mobile-security-service-operator/blob/master/cmd/manager/main.go#L78 * Make it works as: https://github.com/integr8ly/keycloak-operator/blob/master/cmd/keycloak-operator/main.go#L66
Following the [~weil] definition:
1. A namespace-scoped operator. 2. Watch the installation CR in the namespace that it is deployed to. 3. Watch the binding CRs (can we rename it to something else? I don't think it's a good idea to have `bind` as part of the CR name) in namespaces that the are set via environment variables. See https://github.com/integr8ly/keycloak-operator/blob/master/cmd/keycloak-operator/main.go#L67-L70 for example.
|
|