github.com/argoproj/argo-cd@v1.8.7/util/helm/testdata/redis/templates/redis-serviceaccount.yaml (about)

     1  {{- if .Values.serviceAccount.create -}}
     2  apiVersion: v1
     3  kind: ServiceAccount
     4  metadata:
     5    name: {{ template "redis.serviceAccountName" . }}
     6    labels:
     7      app: {{ template "redis.name" . }}
     8      chart: {{ template "redis.chart" . }}
     9      release: "{{ .Release.Name }}"
    10      heritage: "{{ .Release.Service }}"
    11  {{- end -}}