aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/remote-config-operator/deploy/role_binding.yaml
diff options
context:
space:
mode:
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