Skip to content

Commit

Permalink
feat: re-add argo-workflows role
Browse files Browse the repository at this point in the history
  • Loading branch information
johnallen3d committed Sep 8, 2024
1 parent 8469623 commit bc18652
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions system/base/templates/argo-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ spec:
syncOptions:
- CreateNamespace=true

# ---
# apiVersion: rbac.authorization.k8s.io/v1
# kind: Role
# metadata:
# name: argo-workflows-executor
# namespace: argo-workflows
# rules:
# - apiGroups:
# - argoproj.io
# resources:
# - workflowtaskresults
# verbs:
# - create
# - patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: argo-workflows-executor
namespace: argo-workflows
rules:
- apiGroups:
- argoproj.io
resources:
- workflowtaskresults
verbs:
- create
- patch

0 comments on commit bc18652

Please sign in to comment.