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

Commit

Permalink
Merge pull request #89 from JAORMX/v1clusterrole
Browse files Browse the repository at this point in the history
use v1 for the metrics-reader ClusterRole object
  • Loading branch information
font authored Dec 18, 2020
2 parents f1b925d + f7bbc46 commit af4e906
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 af4e906

Please sign in to comment.