Files
kubernetes_monitoring/templates/ServiceAccount-prometheus.yaml

14 lines
483 B
YAML

---
apiVersion: v1
automountServiceAccountToken: true
kind: ServiceAccount
metadata:
labels:
{{ toYaml $.Values.nfc_monitoring.prometheus.labels | nindent 4 }}
app.kubernetes.io/instance: {{ $.Release.Name }}
app.kubernetes.io/part-of: {{ $.Chart.Name }}
app.kubernetes.io/managed-by: {{ $.Release.Service }}
app.kubernetes.io/version: {{ $.Chart.Version }}
name: prometheus-{{ $.Release.Name }}
namespace: {{ .Values.nfc_monitoring.prometheus.namespace }}