Skip to content

Commit

Permalink
[aaa] Drop usage of RBAC v1beta1
Browse files Browse the repository at this point in the history
RBAC is GA since kubernetes 1.8 :
https://kubernetes.io/blog/2017/10/using-rbac-generally-available-18/.

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Jul 30, 2021
1 parent 4b230b3 commit 36560ed
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
@@ -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
@@ -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 36560ed

Please sign in to comment.