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 8d581652a4
All checks were successful
Lint / Run on Ubuntu (push) Successful in 1m30s
Tests / Run on Ubuntu (push) Successful in 1m38s
automatic image updates from public repos with selected tags feature added
2025-05-04 19:24:31 +05:00

58 lines
700 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:
- ""
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
- deployments
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