1# Copyright (c) 2022 Gitpod GmbH. All rights reserved. 2# Licensed under the GNU Affero General Public License (AGPL). 3# See License-AGPL.txt in the project root for license information. 4 5apiVersion: rbac.authorization.k8s.io/v1 6kind: ClusterRole 7metadata: 8 name: metrics-reader 9rules: 10- nonResourceURLs: 11 - "/metrics" 12 verbs: 13 - get 14 15