mirror of
https://github.com/sorintlab/stolon.git
synced 2024-11-24 11:24:48 +03:00
Merge pull request #894 from ghiyastfarisi/fix/rbac-beta
Update rbac apiVersion for k8s deployment
This commit is contained in:
commit
4bb4107523
@ -1,4 +1,4 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: stolon
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user