Skip to content

Commit 6b9b123

Browse files
DOCSP-27803 clarified clusterRoleBinding bullet (#1213)
* clarified clusterRoleBinding bullet
1 parent ae0f79f commit 6b9b123

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/tutorial/set-scope-k8s-operator.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ deployed:
7878
:github:`operator-roles.yaml </mongodb/mongodb-enterprise-kubernetes/blob/master/helm_chart/templates/operator-roles.yaml>`
7979
example. This is a cluster-scoped resource.
8080

81-
- A |k8s-crb| on each namespace to watch. This ``clusterRoleBinding``
82-
will bind the ``clusterRole`` you created with the ServiceAccount
83-
the |k8s-op-short| is using on the namespace where you install it.
81+
- Create a |k8s-crb| to link |k8s-cr| with ServiceAccount. This
82+
``clusterRoleBinding`` will bind the ``clusterRole`` that you
83+
created with the ServiceAccount that the |k8s-op-short| is using
84+
on the namespace where you install it.
8485

8586
2. Include the |k8s-cr| and |k8s-crb|
8687
in the default configuration files that you apply during the

0 commit comments

Comments
 (0)