Skip to content

Commit

Permalink
Merge pull request #2436 from ameukam/drop-rbac-v1beta1
Browse files Browse the repository at this point in the history
[aaa] Drop usage of RBAC v1beta1
  • Loading branch information
k8s-ci-robot authored Jul 30, 2021
2 parents 3cbfb90 + 36560ed commit 4564a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/gcp/namespaces/namespace-user-role-binding.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: namespace-user
namespace: {{namespace}}
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/namespaces/namespace-user-role.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: namespace-user
namespace: {{namespace}}
Expand Down

0 comments on commit 4564a75

Please sign in to comment.