github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/.ship/upstream/charts/prometheus/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: prometheus
    11    namespace: {{ .Release.Namespace }}