github.com/replicatedcom/ship@v0.50.0/integration/base/shipapp-helm-values/expected/installer/consul/templates/consul-test-serviceaccount.yaml (about)

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