feat(argo-workflows): Add ability to use memoization (#1924)

This commit is contained in:
Emil Smoleński 2023-03-23 08:09:03 +01:00 committed by GitHub
parent 2563d1e6f9
commit 2d193be5c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View file

@ -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: