github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/.ship/upstream/charts/ingress/templates/serviceaccount.yaml (about)

     1  apiVersion: v1
     2  kind: ServiceAccount
     3  {{- if .Values.global.imagePullSecrets }}
     4  imagePullSecrets:
     5  {{- range .Values.global.imagePullSecrets }}
     6    - name: {{ . }}
     7  {{- end }}
     8  {{- end }}
     9  metadata:
    10    name: istio-ingress-service-account
    11    namespace: {{ .Release.Namespace }}
    12    labels:
    13      app: {{ template "istio.name" . }}
    14      chart: {{ .Chart.Name }}-{{ .Chart.Version }}
    15      heritage: {{ .Release.Service }}
    16      release: {{ .Release.Name }}