From f7bbc465995a7447cc47a9e2c94dbadaabf35ad3 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 17 Dec 2020 19:47:50 +0200 Subject: [PATCH] use v1 for the metrics-reader ClusterRole object It's using v1beta1 which has been deprecated for a while now. Let's use v1 instead. --- config/rbac/base/auth_proxy_client_clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rbac/base/auth_proxy_client_clusterrole.yaml b/config/rbac/base/auth_proxy_client_clusterrole.yaml index 7d62534c..bd4af137 100644 --- a/config/rbac/base/auth_proxy_client_clusterrole.yaml +++ b/config/rbac/base/auth_proxy_client_clusterrole.yaml @@ -1,4 +1,4 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: metrics-reader