2025-04-25 16:56:33 -04:00
|
|
|
kind: ClusterRoleBinding
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
metadata:
|
2025-04-26 11:15:11 -04:00
|
|
|
name: k8s-sidecar
|
2025-04-25 16:56:33 -04:00
|
|
|
roleRef:
|
|
|
|
kind: ClusterRole
|
2025-04-26 11:15:11 -04:00
|
|
|
name: k8s-sidecar
|
2025-04-25 16:56:33 -04:00
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
2025-04-26 11:15:11 -04:00
|
|
|
name: k8s-sidecar
|
2025-04-25 16:56:33 -04:00
|
|
|
namespace: monitoring
|