forked from argoproj/argo-helm
Add missing create verb to pod/exec for the workflow role (#1231)
Signed-off-by: Hironori Yamamoto <mr.nikoru918@gmail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>main argo-workflows-0.14.5
parent
645f70ff98
commit
e9a8cd6420
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.14.4
|
version: 0.14.5
|
||||||
appVersion: v3.3.2
|
appVersion: v3.3.2
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
|
@ -15,4 +15,4 @@ maintainers:
|
||||||
- name: benjaminws
|
- name: benjaminws
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: Fixed failing when digests and tags longer than 63 characters"
|
- "[Fixed]: Add missing create verb to pod/exec for the workflow role"
|
||||||
|
|
|
@ -24,6 +24,12 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- pods/exec
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- argoproj.io
|
- argoproj.io
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue