// Module included in the following assemblies: // // * operators/understanding/olm/olm-understanding-operatorgroups.adoc [id="olm-operatorgroups-csv-annotations_{context}"] = OperatorGroup CSV annotations Member CSVs of an OperatorGroup have the following annotations: [cols="1,1",options="header"] |=== |Annotation |Description |`olm.operatorGroup=` |Contains the name of the OperatorGroup. |`olm.operatorGroupNamespace=` |Contains the namespace of the OperatorGroup. |`olm.targetNamespaces=` |Contains a comma-delimited string that lists the OperatorGroup's target namespace selection. |=== [NOTE] ==== All annotations except `olm.targetNamespaces` are included with copied CSVs. Omitting the `olm.targetNamespaces` annotation on copied CSVs prevents the duplication of target namespaces between tenants. ====