Remote Write Config and Filter operator
[demo.git] / vnfs / DAaaS / microservices / remote-config-operator / deploy / role_binding.yaml
index 2f7e917..f5b1777 100644 (file)
@@ -1,11 +1,12 @@
-kind: RoleBinding
+kind: ClusterRoleBinding
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: remote-config-operator
 subjects:
 - kind: ServiceAccount
   name: remote-config-operator
+  namespace: operator
 roleRef:
-  kind: Role
+  kind: ClusterRole
   name: remote-config-operator
   apiGroup: rbac.authorization.k8s.io