Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 6e2bdf0

Browse files
committed
removed bug documentation from upstream
Signed-off-by: Kartikey Mamgain <[email protected]>
1 parent 3c94349 commit 6e2bdf0

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/userguide/modules/getting-started/pages/installing-service-binding.adoc

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,6 @@ displayed with the Operator details.
6161
+
6262
image:sbo_post_install.png[sbo_post_install]
6363

64-
NOTE:
65-
Service Binding Operator should ideally be installed in all namespaces and not in any specific namespace. If you cannot install
66-
the Service Binding Operator in the `all namespaces` installation mode then you need to create a rolebinding
67-
where you map service-binding-operator service account to specific cluster role into the namespace where the Service Binding Operator is installed.
68-
In the following example we are creating a RoleBinding for service-binding-operator service account installed in a specific namespace roleref to
69-
service-binding-crunchy-postgres-viewer-role.
70-
for example:
71-
+
72-
.Example: Role binding for Crunchy Postgres Operator
73-
[source,yaml]
74-
----
75-
kind: RoleBinding
76-
apiVersion: rbac.authorization.k8s.io/v1
77-
metadata:
78-
name: service-binding-crunchy-postgres-viewer
79-
subjects:
80-
- kind: ServiceAccount
81-
name: service-binding-operator
82-
roleRef:
83-
apiGroup: rbac.authorization.k8s.io
84-
kind: ClusterRole
85-
name: service-binding-crunchy-postgres-viewer-role
86-
----
87-
8864
[#installing-the-service-binding-operator-from-the-service-binding-operator-helm-chart]
8965
== Installing the service binding operator from the service binding operator helm chart
9066

0 commit comments

Comments
 (0)