Update documentation for Cluster-API and Flux
[icn.git] / deploy / baremetal-operator / base / rbac / auth_proxy_client_clusterrole.yaml
1 apiVersion: rbac.authorization.k8s.io/v1
2 kind: ClusterRole
3 metadata:
4   name: metrics-reader
5 rules:
6 - nonResourceURLs: ["/metrics"]
7   verbs: ["get"]