Skip to content

Commit

Permalink
update(config/prow): update rbac version to v1
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Jun 20, 2024
1 parent 9bd37c0 commit ff921d7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/prow/crier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ rules:
- "patch"
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: crier
namespace: default
Expand All @@ -133,7 +133,7 @@ subjects:
namespace: default
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: crier
namespace: test-pods
Expand Down
2 changes: 1 addition & 1 deletion config/prow/deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subjects:
name: "deck"
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: test-pods
name: "deck"
Expand Down
8 changes: 4 additions & 4 deletions config/prow/prow-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ metadata:
eks.amazonaws.com/role-arn: arn:aws:iam::292999226676:role/falco-prow-test-infra-prow_s3_access
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: default
name: "prow-controller-manager"
Expand Down Expand Up @@ -123,7 +123,7 @@ rules:
- patch
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: test-pods
name: prow-controller-manager
Expand All @@ -141,7 +141,7 @@ rules:
- patch
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: default
name: prow-controller-manager
Expand All @@ -154,7 +154,7 @@ subjects:
name: prow-controller-manager
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: test-pods
name: prow-controller-manager
Expand Down
4 changes: 2 additions & 2 deletions config/prow/statusreconciler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ metadata:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::292999226676:role/falco-prow-test-infra-prow_s3_access
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: default
name: statusreconciler
Expand All @@ -94,7 +94,7 @@ rules:
- create
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: default
name: statusreconciler
Expand Down

0 comments on commit ff921d7

Please sign in to comment.