Add Atomix primitives to fabric adapter
Change-Id: I171c586a04fcb0586969d06b8336e0c98018cdce
diff --git a/fabric-adapter/templates/rolebinding.yaml b/fabric-adapter/templates/rolebinding.yaml
new file mode 100644
index 0000000..a2d922a
--- /dev/null
+++ b/fabric-adapter/templates/rolebinding.yaml
@@ -0,0 +1,16 @@
+# SPDX-FileCopyrightText: 2022 2020-present Open Networking Foundation <info@opennetworking.org>
+#
+# SPDX-License-Identifier: Apache-2.0
+
+kind: RoleBinding
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+ name: {{ template "fabric-adapter.fullname" . }}
+ namespace: {{ .Release.Namespace }}
+subjects:
+- kind: ServiceAccount
+ name: {{ template "fabric-adapter.fullname" . }}
+roleRef:
+ kind: Role
+ name: {{ template "fabric-adapter.fullname" . }}
+ apiGroup: rbac.authorization.k8s.io
\ No newline at end of file