Skip to content

Commit

Permalink
correct rbac api version of e2e test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
csmartins committed Mar 16, 2023
1 parent a72ae5b commit 36f42ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/rbac/cluster-role-binding-template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: <ROLE_BINDING_NAME>
Expand Down
2 changes: 1 addition & 1 deletion example/rbac/cluster-role-template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: <ROLE_NAME>
Expand Down

0 comments on commit 36f42ca

Please sign in to comment.