github.com/replicatedhq/ship@v0.55.0/integration/failing/init/concourse/expected/.ship/upstream/templates/web-serviceaccount.yaml (about) 1 {{- if .Values.rbac.create -}} 2 apiVersion: v1 3 kind: ServiceAccount 4 metadata: 5 name: {{ template "concourse.web.fullname" . }} 6 labels: 7 app: {{ template "concourse.web.fullname" . }} 8 chart: {{ .Chart.Name }}-{{ .Chart.Version }} 9 heritage: {{ .Release.Service }} 10 release: {{ .Release.Name }} 11 {{- end -}}