支持 provider profile Secret 首次创建

This commit is contained in:
Codex
2026-06-08 02:08:50 +08:00
parent 41886aef80
commit 96bdc262ad
3 changed files with 79 additions and 10 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ rules:
- apiGroups: [""]
resources: ["secrets"]
resourceNames: ["agentrun-v01-provider-codex", "agentrun-v01-provider-deepseek", "agentrun-v01-provider-minimax-m3", "agentrun-v01-provider-dsflash-go"]
verbs: ["get", "patch", "update"]
verbs: ["create", "get", "patch", "update"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding