github.com/replicatedhq/ship@v0.55.0/integration/init/grafana-preserve-state/expected/.ship/upstream/templates/serviceaccount.yaml (about)

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