Skip to content

Commit 00b66c3

Browse files
authored
Merge pull request #21 from cert-manager/1.22-compatibility
Kubernetes 1.22 deprecated APIs: move rbac.authorization.k8s.io from v1beta1 to v1
2 parents 4453943 + d6c0530 commit 00b66c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rbac/auth_proxy_client_clusterrole.yaml

+1-1
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)