Skip to content

Commit

Permalink
rbac.authorization.k8s.io/v1 - not v1beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasklem committed Aug 24, 2018
1 parent 345dd9c commit 35d8367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: descheduler-cluster-role
namespace: kube-system
Expand All @@ -21,7 +21,7 @@ metadata:
name: descheduler-sa
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: descehduler-cluster-role-binding
Expand Down

0 comments on commit 35d8367

Please sign in to comment.