From 460559fd3249ba4642b1e2d797088bfe2739a38a Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Fri, 16 Jul 2021 15:04:38 +0200 Subject: [PATCH] fix(argo-workflows): remove old default init service account Signed-off-by: GitHub --- charts/argo-workflows/values.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 864c9931..2a5d0739 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -5,11 +5,6 @@ images: pullSecrets: [] # - name: argo-pull-secret -init: - # By default the installation will not set an explicit one, which will mean it uses `default` for the namespace the chart is - # being deployed to. In RBAC clusters, that will almost certainly fail. See the NOTES: section of the readme for more info. - serviceAccount: "" - createAggregateRoles: true ## String to partially override "argo-workflows.fullname" template