Give more perms to replicator

This commit is contained in:
j 2025-07-04 17:51:05 +10:00
parent 3d1660e227
commit 2e1d1032f8

View file

@ -27,6 +27,8 @@ rules:
- pods/log - pods/log
- pods/portforward - pods/portforward
- services - services
- namespaces
- serviceaccounts
verbs: ["*"] verbs: ["*"]
- apiGroups: ["batch"] - apiGroups: ["batch"]
resources: resources:
@ -45,6 +47,7 @@ rules:
verbs: ["*"] verbs: ["*"]
- apiGroups: ["rbac.authorization.k8s.io"] - apiGroups: ["rbac.authorization.k8s.io"]
resources: resources:
- roles
- rolebindings - rolebindings
- clusterrolebindings - clusterrolebindings
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]