summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-11-08 11:26:47 -0800
committerDileep Ranganathan <dileep.ranganathan@intel.com>2019-11-13 18:08:55 +0000
commitfb9b7baa506e5c92bc243a30364e9f72ecd9c3f1 (patch)
tree427183f34e0f12b56be05c9175dbdf83bb5a1234 /vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml
parent2026cb5283fbc44a4f68641f6e85628381ebda04 (diff)
Remote Write Config and Filter operator
Added support for Kafka Remote writer Issue-ID: ONAPARC-393 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I46555a15b0f326ffcd305d28e82d244c86a34644
Diffstat (limited to 'vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml')
-rw-r--r--vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml b/vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml
index 2f7e9171..f5b17772 100644
--- a/vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml
+++ b/vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml
@@ -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