Skip to content

Commit

Permalink
Merge pull request #894 from ghiyastfarisi/fix/rbac-beta
Browse files Browse the repository at this point in the history
Update rbac apiVersion for k8s deployment
  • Loading branch information
sgotti authored Oct 20, 2022
2 parents 8060166 + 07d7df7 commit 4bb4107
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 4bb4107

Please sign in to comment.