This commit is contained in:
william 2025-06-09 04:42:17 +08:00
parent dbda7b9088
commit 1e9c50251e

View File

@ -3,6 +3,6 @@ kind: Role
metadata:
name: app-resign-role
rules:
- apiGroups: [ "batch" ]
resources: [ "jobs" ]
verbs: [ "create" ]
- apiGroups: [ "batch", "extensions", "apps" ]
resources: [ "jobs", "deployments", "pods", "pods/log" ]
verbs: [ "create", "get", "list", "watch", "create", "delete", "update", "patch" ]