{{- if .Values.prometheus.serviceAccount.create }} apiVersion: v1 kind: ServiceAccount metadata: name: {{ template "prometheus.serviceAccountName" . }} labels: app: {{ template "prometheus.name" . }}-prometheus {{ include "prometheus.labels" . | indent 4 }} imagePullSecrets: {{ toYaml .Values.global.imagePullSecrets | indent 2 }} {{- end }}