mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
15 lines
341 B
YAML
15 lines
341 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: logcollector-infrastructure-logs-binding
|
|
annotations: {}
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: collect-infrastructure-logs
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: logcollector
|
|
namespace: openshift-logging
|