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

16 lines
296 B
YAML

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