2019-08-21 10:12:07 +02:00
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
kind: RoleBinding
|
|
|
|
metadata:
|
|
|
|
name: leader-election-rolebinding
|
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: Role
|
|
|
|
name: leader-election-role
|
|
|
|
subjects:
|
2022-09-22 07:52:52 -05:00
|
|
|
- kind: ServiceAccount
|
|
|
|
name: default
|
|
|
|
namespace: system
|