Skip to content

Commit

Permalink
Merge pull request #38 from shubham14bajpai/v1
Browse files Browse the repository at this point in the history
chore(k8s): update rbac version to v1
  • Loading branch information
niladrih committed Mar 30, 2021
2 parents 41e12b7 + 7115625 commit a05c6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubectl/provisioner-hostpath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
---
# Define Role that allows operations on K8s pods/deployments
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: openebs-maya-operator
rules:
Expand Down Expand Up @@ -50,7 +50,7 @@ rules:
# Bind the Service Account with the Role Privileges.
# TODO: Check if default account also needs to be there
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: openebs-maya-operator
subjects:
Expand Down

0 comments on commit a05c6ec

Please sign in to comment.