github.com/replicatedcom/ship@v0.50.0/integration/update/namespace/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 }}