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>
This commit is contained in:
parent
645f70ff98
commit
e9a8cd6420
2 changed files with 8 additions and 2 deletions
|
|
@ -24,6 +24,12 @@ rules:
|
|||
verbs:
|
||||
- get
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods/exec
|
||||
verbs:
|
||||
- create
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue