Merge "BPA Provisioning CRD and Controller" into dev/icn-v0.1.0
[icn.git] / cmd / bpa-operator / deploy / role_binding.yaml
diff --git a/cmd/bpa-operator/deploy/role_binding.yaml b/cmd/bpa-operator/deploy/role_binding.yaml
new file mode 100644 (file)
index 0000000..fab2338
--- /dev/null
@@ -0,0 +1,11 @@
+kind: RoleBinding
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+  name: bpa-operator
+subjects:
+- kind: ServiceAccount
+  name: bpa-operator
+roleRef:
+  kind: Role
+  name: bpa-operator
+  apiGroup: rbac.authorization.k8s.io