feat: update RBAC for codex workflows

This commit is contained in:
gmega 2025-01-28 18:20:47 -03:00
parent 2c4ff52c47
commit 1b83f8047c
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -39,7 +39,7 @@ metadata:
rules:
- apiGroups: [ "argoproj.io" ]
resources: [ "workflowtaskresults", "workflows" ]
verbs: [ "create", "patch" ]
verbs: [ "create", "patch", "get", "list" ]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding