15 lines
307 B
YAML
15 lines
307 B
YAML
|
---
|
||
|
# Source: prometheus/templates/pushgateway/clusterrole.yaml
|
||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: ClusterRole
|
||
|
metadata:
|
||
|
labels:
|
||
|
component: "pushgateway"
|
||
|
app: prometheus
|
||
|
release: prometheus
|
||
|
chart: prometheus-15.8.5
|
||
|
heritage: Helm
|
||
|
name: prometheus-pushgateway
|
||
|
rules:
|
||
|
[]
|