Skip to content

Commit d1866d8

Browse files
Update dependency ClusterRole to rbac.authorization.k8s.io/v1 (main) (#8492)
Update dependency ClusterRole to rbac.authorization.k8s.io/v1 | datasource | package | from | to | | -------------- | ----------- | --------------------------------- | ---------------------------- | | kubernetes-api | ClusterRole | rbac.authorization.k8s.io/v1beta1 | rbac.authorization.k8s.io/v1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6725ed6 commit d1866d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/virtual-server/rbac-without-vs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: ClusterRole
2-
apiVersion: rbac.authorization.k8s.io/v1beta1
2+
apiVersion: rbac.authorization.k8s.io/v1
33
metadata:
44
name: nginx-ingress
55
rules:

0 commit comments

Comments
 (0)