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