fix(argo-workflows): add clusterrole to avoid workflow-controller errors
This commit is contained in:
parent
2653aef414
commit
770ec040a1
2 changed files with 9 additions and 2 deletions
|
@ -3,7 +3,7 @@ appVersion: v3.5.8
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.41.11
|
||||
version: 0.41.12
|
||||
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
sources:
|
||||
|
@ -17,4 +17,4 @@ annotations:
|
|||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Add `app:` label to components to match upstream
|
||||
description: add ClusterRole permission to avoid workflow-controller errors with HTTP template
|
||||
|
|
|
@ -69,6 +69,13 @@ rules:
|
|||
- patch
|
||||
- delete
|
||||
- create
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
- workflowtasksets/status
|
||||
- workflowartifactgctasks/status
|
||||
verbs:
|
||||
- patch
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue