X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fmicroservices%2Fremote-config-operator%2Fdeploy%2Frole_binding.yaml;h=f5b177720e6f6305990525ee86b7b196f7c5a5ab;hb=refs%2Fchanges%2F99%2F98199%2F3;hp=2f7e9171e291161cf110e4f29364bdb59c348ec3;hpb=2026cb5283fbc44a4f68641f6e85628381ebda04;p=demo.git 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