feat(argo-workflows): Add option for controller to read all secrets (#1967)

This commit is contained in:
Tim Collins 2023-04-14 14:53:40 +01:00 committed by GitHub
parent dfe36fbde9
commit 22356c77af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 3 deletions

View file

@ -74,6 +74,8 @@ controller:
create: true
# -- Allows controller to get, list, and watch certain k8s secrets
secretWhitelist: []
# -- Allows controller to get, list and watch all k8s secrets. Can only be used if secretWhitelist is empty.
accessAllSecrets: false
# -- Allows controller to create and update ConfigMaps. Enables memoization feature
writeConfigMaps: false