From 820e0b846d956582e6fbd10850e850dde956e7af Mon Sep 17 00:00:00 2001 From: Kristof Farkas-Pall Date: Thu, 12 Mar 2020 09:26:04 +0000 Subject: [PATCH] Wrong default --- charts/argo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index e1c9372c..3222900f 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -18,7 +18,7 @@ createAggregateRoles: true # Restrict Argo to only deploy into a single namespace by apply Roles and RoleBindings instead of the Cluster equivalents, # and start argo-cli with the --namespaced flag. Use it in clusters with strict access policy. -singleNamespace: true +singleNamespace: false controller: image: