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
|
|
@ -74,6 +74,8 @@ controller:
|
|||
create: true
|
||||
# -- Allows controller to get, list, and watch certain k8s secrets
|
||||
secretWhitelist: []
|
||||
# -- Allows controller to create and update ConfigMaps. Enables memoization feature
|
||||
writeConfigMaps: false
|
||||
|
||||
# -- Limits the maximum number of incomplete workflows in a namespace
|
||||
namespaceParallelism:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue