1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/olm-operatorgroups-csv-annotations.adoc

31 lines
868 B
Plaintext
Raw Normal View History

2019-11-18 10:39:39 -05:00
// Module included in the following assemblies:
//
// * operators/understanding/olm/olm-understanding-operatorgroups.adoc
2019-11-18 10:39:39 -05:00
[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=<group_name>`
|Contains the name of the OperatorGroup.
|`olm.operatorGroupNamespace=<group_namespace>`
|Contains the namespace of the OperatorGroup.
|`olm.targetNamespaces=<target_namespaces>`
|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.
====