This repository has been archived on 2025-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
operator/config/rbac/role.yaml
Andy Kolibri Vendetti 8b1ffeab4e
Some checks failed
Lint / Run on Ubuntu (push) Failing after 21s
Tests / Run on Ubuntu (push) Successful in 27s
Lint / Run on Ubuntu (pull_request) Failing after 17s
Tests / Run on Ubuntu (pull_request) Successful in 30s
revert 33cadf1e8d
revert Node Tainter names changed
2025-04-29 21:54:12 +03:00

40 lines
514 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- operator.andy.vendetti.ru
resources:
- nodetainterconfigs
verbs:
- get
- list
- watch
- apiGroups:
- operator.andy.vendetti.ru
resources:
- nodetainterconfigs/status
verbs:
- get
- patch
- update