This commit is contained in:
2026-03-13 15:53:53 +00:00
parent db8f84dca5
commit f9bf55f14d

View File

@@ -9,9 +9,16 @@ kind: ClusterRole
metadata:
name: alloy
rules:
- apiGroups: [""]
resources: ["pods","nodes","namespaces"]
verbs: ["get","list","watch"]
- apiGroups: [""]
resources:
- pods
- pods/log
- nodes
- namespaces
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding