This repository was archived by the owner on Jun 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
docs/userguide/modules/getting-started/pages Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -61,30 +61,6 @@ displayed with the Operator details.
61
61
+
62
62
image:sbo_post_install.png[sbo_post_install]
63
63
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
-
88
64
[#installing-the-service-binding-operator-from-the-service-binding-operator-helm-chart]
89
65
== Installing the service binding operator from the service binding operator helm chart
90
66
You can’t perform that action at this time.
0 commit comments