feat: grant codex runner permissions to launch subworkflows

This commit is contained in:
gmega 2025-01-27 18:07:56 -03:00
parent ae678bc586
commit ee67a92726
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -38,7 +38,7 @@ metadata:
namespace: argo
rules:
- apiGroups: [ "argoproj.io" ]
resources: [ "workflowtaskresults" ]
resources: [ "workflowtaskresults", "workflows" ]
verbs: [ "create", "patch" ]
---
apiVersion: rbac.authorization.k8s.io/v1