Files
panxiao81 4ad94dc194
Lint / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled
初始化 PostgreSQL 租户控制器项目
2026-09-09 19:52:54 +00:00

36 lines
562 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- database.ddupan.top
resources:
- postgresqlinstances
- postgresqltenants
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- database.ddupan.top
resources:
- postgresqlinstances/finalizers
- postgresqltenants/finalizers
verbs:
- update
- apiGroups:
- database.ddupan.top
resources:
- postgresqlinstances/status
- postgresqltenants/status
verbs:
- get
- patch
- update