aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2019-05-28 15:02:54 -0700
committerGary Wu <gwu@futurewei.com>2019-05-30 20:40:06 +0000
commit20d2faee7b9a36a50371854a3688b6421a70ebcb (patch)
tree0aaf24c7f69e1efe3190ddd146e3d26ce234c6b0 /vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml
parentd3d776d1260f6ba6dbaa483399ed8e2889d72a59 (diff)
Collectd Operator API
Define spec for CollectdPlugin CRD. Create CRD and sample CR for CollectdPlugin and autogenerated code. Updated Makefile and deployment artifacts. Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> Change-Id: I10bc198976b415efcfab01258342abbd2b4dfcc9
Diffstat (limited to 'vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml')
-rw-r--r--vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml4
1 files changed, 2 insertions, 2 deletions
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