Skip to content

Commit

Permalink
refact(e2e): Modified the clusterrole and binding apiversion in busyb…
Browse files Browse the repository at this point in the history
…ox livenes yaml (#427)

Signed-off-by: aman gupta <[email protected]>
  • Loading branch information
w3aman committed Jun 30, 2022
1 parent fb3cbc0 commit 9cc536c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/apps/busybox/liveness/busybox_liveness.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Source: openebs/templates/clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: app-namespace
Expand All @@ -21,7 +21,7 @@ metadata:
name: app-namespace

---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: app-namespace
Expand Down

0 comments on commit 9cc536c

Please sign in to comment.