Open hexfusion opened 5 years ago
/cc @robszumski
The ideal solution is to use the downward API to take in either:
""
for all namespaces"foobar"
for a single namespace"foo, bar, baz"
for a list of multiple namespaces to watchAnd have the Operator set up the correct watches internally without having to change flags. This will aid in more dynamic config/reconfig.
Currently we do not offer the fine grained control of namespaces required for OLM. Proposal is to support a list of namespaces through an option/arg/configfile/env-var.
ref https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/operatorgroups.md