X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fcollectd-operator%2Fdeploy%2Frole_binding.yaml;h=5f4250813facb5674be8d8c9013782cf36efdc34;hb=20d2faee7b9a36a50371854a3688b6421a70ebcb;hp=e24a9511252b01c19ce12dc5769b4cd68f234a74;hpb=d3d776d1260f6ba6dbaa483399ed8e2889d72a59;p=demo.git diff --git a/vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml b/vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml index e24a9511..5f425081 100644 --- a/vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml +++ b/vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml @@ -1,4 +1,4 @@ -kind: RoleBinding +kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: collectd-operator @@ -6,6 +6,6 @@ subjects: - kind: ServiceAccount name: collectd-operator roleRef: - kind: Role + kind: ClusterRole name: collectd-operator apiGroup: rbac.authorization.k8s.io