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