Skip to content

Commit

Permalink
update deprecated api version (#141)
Browse files Browse the repository at this point in the history
* update deprecated apiVersion

Signed-off-by: Periyasamy Palanisamy <[email protected]>

* update api version in manifest source file

Signed-off-by: Periyasamy Palanisamy <[email protected]>
  • Loading branch information
pperiyasamy authored Nov 26, 2020
1 parent 4f206e6 commit 6f16405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/ovs-cni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
path: /var/run/openvswitch
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ovs-cni-marker-cr
rules:
Expand All @@ -79,7 +79,7 @@ rules:
- patch
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ovs-cni-marker-crb
roleRef:
Expand Down
4 changes: 2 additions & 2 deletions manifests/ovs-cni.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
path: /var/run/openvswitch
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ovs-cni-marker-cr
rules:
Expand All @@ -79,7 +79,7 @@ rules:
- patch
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ovs-cni-marker-crb
roleRef:
Expand Down

0 comments on commit 6f16405

Please sign in to comment.