mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
9 lines
194 B
YAML
9 lines
194 B
YAML
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: custom-metrics-server-resources
|
|
rules:
|
|
- apiGroups:
|
|
- custom.metrics.k8s.io
|
|
resources: ["*"]
|
|
verbs: ["*"]
|