{{ if .Values.serviceAccountAgent.create }} apiVersion: v1 kind: ServiceAccount metadata: name: {{ include "jenkins.serviceAccountAgentName" . }} namespace: {{ template "jenkins.master.slaveKubernetesNamespace" . }} {{- if .Values.serviceAccountAgent.annotations }} annotations: {{ toYaml .Values.serviceAccountAgent.annotations | indent 4 }} {{ end }} labels: "app.kubernetes.io/name": '{{ template "jenkins.name" .}}' "helm.sh/chart": "{{ .Chart.Name }}-{{ .Chart.Version }}" "app.kubernetes.io/managed-by": "{{ .Release.Service }}" "app.kubernetes.io/instance": "{{ .Release.Name }}" "app.kubernetes.io/component": "{{ .Values.master.componentName }}" {{ end }}