github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/testdata/local-charts/prometheus/templates/node-exporter/serviceaccount.yaml (about)

     1  {{- if and .Values.nodeExporter.enabled .Values.serviceAccounts.nodeExporter.create -}}
     2  apiVersion: v1
     3  kind: ServiceAccount
     4  metadata:
     5    labels:
     6      {{- include "prometheus.nodeExporter.labels" . | nindent 4 }}
     7    name: {{ template "prometheus.serviceAccountName.nodeExporter" . }}
     8  {{ include "prometheus.namespace" . | indent 2 }}
     9    annotations:
    10  {{ toYaml .Values.serviceAccounts.nodeExporter.annotations | indent 4 }}
    11  {{- end -}}