Skip to content

Commit

Permalink
Add additional resources
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Oct 7, 2024
1 parent 5ad081a commit f4d827d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ rules:
- apiGroups: ["packages.operators.coreos.com"]
resources: ["packagemanifests"]
verbs: ["get", "list"]
----
----

.Additional resources

* https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/developer-cli-commands.html#oc-apply[`oc apply` command]
* link:https://docs.openshift.com/container-platform/4.17/cli_reference/openshift_cli/administrator-cli-commands.html#oc-adm-policy-add-cluster-role-to-user[`oc adm policy` command]
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ rules:
resources: ["infrastructures", "authentications"]
verbs: ["get", "list", "watch"]
----

.Additional resources

* https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/developer-cli-commands.html#oc-apply[`oc apply` command]
* link:https://docs.openshift.com/container-platform/4.17/cli_reference/openshift_cli/administrator-cli-commands.html#oc-adm-policy-add-cluster-role-to-user[`oc adm policy` command]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[id="permissions-to-install-che"]
= Permissions to install {prod-short}

This section describes the permissions required to install {prod}.
This section describes the permissions required to install {prod} on different {kubernetes} clusters.

* xref:permissions-to-install-che-on-openshift-using-cli.adoc[]

Expand Down

0 comments on commit f4d827d

Please sign in to comment.