Skip to content

Commit

Permalink
fix: update rbac apiVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiyastfarisi committed Oct 5, 2022
1 parent ce7fd99 commit 07d7df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kubernetes/role-binding.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: RoleBinding
metadata:
name: stolon
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# sentinel/stolonctl: list components pods
# sentinel/stolonctl: get components pods annotations

apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: stolon
Expand Down

0 comments on commit 07d7df7

Please sign in to comment.