Skip to content

Commit

Permalink
feat: grant codex runner permissions to launch subworkflows
Browse files Browse the repository at this point in the history
gmega committed Jan 27, 2025

Verified

This commit was signed with the committer’s verified signature.
gmega Giuliano Mega
1 parent ae678bc commit ee67a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/argo-workflows/codex-workflows-rbac.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee67a92

Please sign in to comment.