Skip to content

Commit 31f5d17

Browse files
authored
update clusterrole and binding apiversion to v1 in busybox liveness yaml (#190)
Signed-off-by: aman gupta <aman.gupta@mayadata.io>
1 parent 2aebd43 commit 31f5d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/apps/busybox/liveness/busybox_liveness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Source: openebs/templates/clusterrole.yaml
3-
apiVersion: rbac.authorization.k8s.io/v1beta1
3+
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRole
55
metadata:
66
name: app-namespace
@@ -21,7 +21,7 @@ metadata:
2121
name: app-namespace
2222

2323
---
24-
apiVersion: rbac.authorization.k8s.io/v1beta1
24+
apiVersion: rbac.authorization.k8s.io/v1
2525
kind: ClusterRoleBinding
2626
metadata:
2727
name: app-namespace

0 commit comments

Comments
 (0)