Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

update OLM usage #23

Merged
merged 1 commit into from
Sep 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ After applying this manifest, nothing has happened yet, because the cluster does

```sh
$ kubectl apply -f deploy/rbac.yaml
$ kubectl apply -f deploy/operator.yaml
$ kubectl apply -f deploy/crd.yaml
```

Because the Operator Lifecycle Manager creates Operators in a particular namespace when a manifest has been applied, administrators can leverage the native Kubernetes RBAC permission model to restrict which users are allowed to install Operators.
Expand Down