Skip to content

Commit 0c83ff8

Browse files
Update eventrouter.yaml
Setting API version rbac.authorization.k8s.io/v1 rather than rbac.authorization.k8s.io/v1beta as rbac.authorization.k8s.io/v1beta is depricated
1 parent eec9229 commit 0c83ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yaml/eventrouter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: eventrouter
1919
namespace: kube-system
2020
---
21-
apiVersion: rbac.authorization.k8s.io/v1beta1
21+
apiVersion: rbac.authorization.k8s.io/v1
2222
kind: ClusterRole
2323
metadata:
2424
name: eventrouter
@@ -27,7 +27,7 @@ rules:
2727
resources: ["events"]
2828
verbs: ["get", "watch", "list"]
2929
---
30-
apiVersion: rbac.authorization.k8s.io/v1beta1
30+
apiVersion: rbac.authorization.k8s.io/v1
3131
kind: ClusterRoleBinding
3232
metadata:
3333
name: eventrouter

0 commit comments

Comments
 (0)