Skip to content

Commit

Permalink
improvement(rbac): remove 1.17 deprecated rbac api group
Browse files Browse the repository at this point in the history
replace rbac.authorization.k8s.io/v1beta1 with rbac.authorization.k8s.io/v1 as for the changelog

Signed-off-by: maxgio92 <massimiliano.giovagnoli.1992@gmail.com>
  • Loading branch information
Massimiliano authored and poiana committed Apr 16, 2020
1 parent aa34e16 commit 4d18203
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
role: security
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: falco-cluster-role
labels:
Expand All @@ -21,7 +21,7 @@ rules:
verbs: ["get"]
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: falco-cluster-role-binding
namespace: default
Expand Down

0 comments on commit 4d18203

Please sign in to comment.