From 51a241387705db8a3025b30b3538f74ed98a3c54 Mon Sep 17 00:00:00 2001 From: Markus Lippert Date: Fri, 10 Jul 2020 16:23:59 +0200 Subject: [PATCH] fix linting errors --- 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 077ff635..5c7f9173 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -26,7 +26,7 @@ workflow: create: false # Specifies whether a service account should be created annotations: {} name: "default" # Service account which is used to run workflows - rbac: + rbac: create: false # adds Role and RoleBinding for the above specified service account to be able to run workflows controller: