added workflow controller service account yaml
This commit is contained in:
parent
42f10b3c75
commit
c616ae401c
1 changed files with 5 additions and 0 deletions
5
charts/argo/templates/workflow-controller-sa.yaml
Normal file
5
charts/argo/templates/workflow-controller-sa.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ .Values.workflowServiceAccount }}
|
||||
namespace: kube-system
|
Loading…
Reference in a new issue