9 lines
235 B
YAML
9 lines
235 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: ServiceAccount
|
||
|
|
metadata:
|
||
|
|
name: {{ template "argo-workflows.controllerServiceAccountName" . }}
|
||
|
|
{{ with .Values.controller.serviceAccount.annotations }}
|
||
|
|
annotations:
|
||
|
|
{{- toYaml .| nindent 4 }}
|
||
|
|
{{- end }}
|