Remote Write Config and Filter operator
[demo.git] / vnfs / DAaaS / microservices / remote-config-operator / deploy / role_binding.yaml
1 kind: ClusterRoleBinding
2 apiVersion: rbac.authorization.k8s.io/v1
3 metadata:
4   name: remote-config-operator
5 subjects:
6 - kind: ServiceAccount
7   name: remote-config-operator
8   namespace: operator
9 roleRef:
10   kind: ClusterRole
11   name: remote-config-operator
12   apiGroup: rbac.authorization.k8s.io