mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
13 lines
263 B
YAML
13 lines
263 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: arm-exporter
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: arm-exporter
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: arm-exporter
|
|
namespace: monitoring
|