blob: 87c82d56913797949c9d2b43b8d0613baef99e2f [file] [log] [blame]
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "helm.serviceAccountName" . }}
labels:
{{ include "helm.labels" . | indent 4 }}
{{- end -}}