feat(argo-workflows): Add ability to use memoization (#1924)
This commit is contained in:
parent
2563d1e6f9
commit
2d193be5c0
4 changed files with 9 additions and 2 deletions
|
|
@ -36,6 +36,10 @@ rules:
|
|||
- get
|
||||
- watch
|
||||
- list
|
||||
{{- if .Values.controller.rbac.writeConfigMaps }}
|
||||
- create
|
||||
- update
|
||||
{{- end}}
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue