fix client impl

This commit is contained in:
2026-01-08 22:29:51 +08:00
parent 07c05b8e9f
commit 6c8d86202c
5 changed files with 750 additions and 19 deletions

View File

@@ -4,6 +4,26 @@ kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- gitea.bpg.pw
resources: