Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
use v1 for the metrics-reader ClusterRole object
Browse files Browse the repository at this point in the history
It's using v1beta1 which has been deprecated for a while now. Let's use
v1 instead.
  • Loading branch information
JAORMX committed Dec 17, 2020
1 parent 5d0c60c commit f7bbc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rbac/base/auth_proxy_client_clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: metrics-reader
Expand Down

0 comments on commit f7bbc46

Please sign in to comment.