Skip to content

Commit

Permalink
Merge pull request #1495 from geordish/patch-1
Browse files Browse the repository at this point in the history
Update api version for rbac.authorization.k8s.io
  • Loading branch information
manuelbuil authored Oct 29, 2021
2 parents 3f29588 + d4793ed commit 1249f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/k8s-manifests/kube-flannel-rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# $ kubectl create --namespace kube-system -f kube-flannel-legacy.yml
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: flannel
rules:
Expand All @@ -29,7 +29,7 @@ rules:
- patch
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: flannel
roleRef:
Expand Down

0 comments on commit 1249f1b

Please sign in to comment.