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

16 lines
324 B
YAML
Raw Normal View History

2022-05-11 01:10:22 +00:00
---
# 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
2022-05-11 01:10:22 +00:00
heritage: Helm
name: prometheus-node-exporter
namespace: default
annotations:
{}