From bba394024bb9ccc0190328b9ae86ba36938a23d0 Mon Sep 17 00:00:00 2001 From: lippertmarkus Date: Sat, 5 Sep 2020 09:03:36 +0200 Subject: [PATCH] update default SA --- 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 b156a018..3a2dd0fe 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -28,7 +28,7 @@ workflow: serviceAccount: create: false # Specifies whether a service account should be created annotations: {} - name: "default" # Service account which is used to run workflows + name: "argo-workflow" # Service account which is used to run workflows rbac: create: false # adds Role and RoleBinding for the above specified service account to be able to run workflows