This commit is contained in:
parent
d4e3032999
commit
2f51866ad3
@ -37,17 +37,16 @@ data:
|
||||
REDIS_URL: "redis://birb-scheduler-redis:6379/0"
|
||||
COLLECTOR_URL: "http://birb-latency-collector/report/"
|
||||
---
|
||||
kind: Role
|
||||
kind: ClusterRole
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: birb-scheduler-role
|
||||
namespace: turbomemer
|
||||
rules:
|
||||
- apiGroups: ["types.kubefed.io"]
|
||||
resources: ["federateddeployments"]
|
||||
verbs: ["get", "list", "watch", "update", "patch"]
|
||||
---
|
||||
kind: RoleBinding
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: birb-scheduler-role-binding
|
||||
@ -55,8 +54,9 @@ metadata:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: birb-scheduler-account
|
||||
namespace: turbomemer
|
||||
roleRef:
|
||||
kind: Role
|
||||
kind: ClusterRole
|
||||
name: birb-scheduler-role
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user