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