github.com/replicatedhq/ship@v0.55.0/integration/failing/update/helm-values-files/expected/.ship/upstream/templates/service-account.yaml (about)

     1  {{ if .Values.rbac.install }}
     2  {{- $serviceName := include "jenkins.fullname" . -}}
     3  apiVersion: v1
     4  kind: ServiceAccount
     5  metadata:
     6    name: {{ $serviceName }}
     7    labels:
     8      app: {{ $serviceName }}
     9      chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
    10      release: "{{ .Release.Name }}"
    11      heritage: "{{ .Release.Service }}"
    12  {{ end }}