Skip to content

Commit 8a15c49

Browse files
committed
OBSDOCS-649: Minor bug fixes in logging docs
1 parent 0efce01 commit 8a15c49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/log-collection-rbac-permissions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ You can authorize RBAC permissions for log collection by binding the required cl
2424
.Example binding command
2525
[source,terminal]
2626
----
27-
$ oc adm policy add-cluster-role-to-user <cluster_role_name> - system:serviceaccount::<namespace_name>:<service_account_name>
27+
$ oc adm policy add-cluster-role-to-user <cluster_role_name> system:serviceaccount:<namespace_name>:<service_account_name>
2828
----

modules/logging-create-clf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: <log_forwarder_name> <1>
2626
namespace: <log_forwarder_namespace> <2>
2727
spec:
28-
serviceAccount: <service_account_name> <3>
28+
serviceAccountName: <service_account_name> <3>
2929
pipelines:
3030
- inputRefs:
3131
- <log_type> <4>

0 commit comments

Comments
 (0)