Skip to content

Commit adaf86a

Browse files
authored
fix: k8s-rbac.yaml to rbac/v1 (#92)
1 parent 4c79f5f commit adaf86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/k8s-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple RBAC required to enable use of `kubectl port-forward`
22
# from within a container.
3-
apiVersion: rbac.authorization.k8s.io/v1beta1
3+
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRoleBinding
55
metadata:
66
name: default-rbac

0 commit comments

Comments
 (0)