# Role for accessing metrics exposed by the operator apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: aws-ebs-csi-driver-prometheus namespace: openshift-cluster-csi-drivers rules: - apiGroups: - "" resources: - services - endpoints - pods verbs: - get - list - watch