feat(argo-workflows): Add option for controller to read all secrets (#1967)
This commit is contained in:
parent
dfe36fbde9
commit
22356c77af
4 changed files with 16 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue