From c616ae401ca5f0fa85274ac1c9594a7bf97f6f1f Mon Sep 17 00:00:00 2001 From: Louis Murray Date: Thu, 31 May 2018 17:47:25 -0400 Subject: [PATCH] added workflow controller service account yaml --- charts/argo/templates/workflow-controller-sa.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 charts/argo/templates/workflow-controller-sa.yaml diff --git a/charts/argo/templates/workflow-controller-sa.yaml b/charts/argo/templates/workflow-controller-sa.yaml new file mode 100644 index 00000000..77e9154f --- /dev/null +++ b/charts/argo/templates/workflow-controller-sa.yaml @@ -0,0 +1,5 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ .Values.workflowServiceAccount }} + namespace: kube-system