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

16 lines
321 B
YAML

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