1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/olm-operatorgroups-about.adoc
2019-11-21 17:47:27 +00:00

16 lines
667 B
Plaintext

// Module included in the following assemblies:
//
// * operators/understanding-olm/olm-understanding-operatorgroups.adoc
[id="olm-operatorgroups-about_{context}"]
= About OperatorGroups
An _OperatorGroup_ is an OLM resource that provides multitenant configuration to
OLM-installed Operators. An OperatorGroup selects a set of target namespaces in
which to generate required RBAC access for its member Operators.
The set of target namespaces is provided by a comma-delimited string stored in
the ClusterServiceVersion's (CSV) `olm.targetNamespaces` annotation. This
annotation is applied to member Operator's CSV instances and is projected into
their deployments.