CollectD Operator - Skeleton code
[demo.git] / vnfs / DAaaS / collectd-operator / deploy / role_binding.yaml
diff --git a/vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml b/vnfs/DAaaS/collectd-operator/deploy/role_binding.yaml
new file mode 100644 (file)
index 0000000..e24a951
--- /dev/null
@@ -0,0 +1,11 @@
+kind: RoleBinding
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+  name: collectd-operator
+subjects:
+- kind: ServiceAccount
+  name: collectd-operator
+roleRef:
+  kind: Role
+  name: collectd-operator
+  apiGroup: rbac.authorization.k8s.io