netflux-kubernetes/deploy/base/inflated/prometheus/templates/node-exporter/serviceaccount.yaml

16 lines
324 B
YAML

---
# Source: prometheus/templates/node-exporter/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
component: "node-exporter"
app: prometheus
release: prometheus
chart: prometheus-15.8.6
heritage: Helm
name: prometheus-node-exporter
namespace: default
annotations:
{}