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