Skip to content

Commit 93c4b1a

Browse files
committed
deployments: Move to v1 in RBAC API
In order to get rid of deprecation warnings when deploying the operator, move away from v1beta1 in RBAC API. Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
1 parent ce405b3 commit 93c4b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/operator/rbac/auth_proxy_client_clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: rbac.authorization.k8s.io/v1beta1
1+
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRole
33
metadata:
44
name: metrics-reader

0 commit comments

Comments
 (0)