Skip to content

Commit

Permalink
update clusterrole and binding apiversion to v1 in busybox liveness y…
Browse files Browse the repository at this point in the history
…aml (#191)

Signed-off-by: aman gupta <aman.gupta@mayadata.io>
  • Loading branch information
w3aman authored Jul 4, 2022
1 parent 2aebd43 commit 4349192
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 4349192

Please sign in to comment.