fix(k8s): 修復 dev RBAC RoleBinding 欄位名稱錯誤
Some checks failed
CD Pipeline / build-and-deploy (push) Successful in 6m54s
E2E Health Check / e2e-health (push) Successful in 16s
CD Pipeline (Dev) / build-and-deploy-dev (push) Failing after 3m53s

apiRef → name (正確 Kubernetes 欄位名稱)
防止 RoleBinding 建立失敗

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-01 16:27:12 +08:00
parent 9913f5dc6d
commit 71a4e0f8c8

View File

@@ -39,5 +39,5 @@ subjects:
namespace: awoooi-dev
roleRef:
kind: Role
apiRef: awoooi-executor-dev-role
name: awoooi-executor-dev-role
apiGroup: rbac.authorization.k8s.io