app-manager: helm chart

issue: #7
diff --git a/appmanager/chart/templates/cluster-role-binding.yaml b/appmanager/chart/templates/cluster-role-binding.yaml
new file mode 100644
index 0000000..c156933
--- /dev/null
+++ b/appmanager/chart/templates/cluster-role-binding.yaml
@@ -0,0 +1,12 @@
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+  name: deploy-apps-to-sa
+subjects:
+  - kind: ServiceAccount
+    name: default
+    namespace: {{ .Release.Namespace }}
+roleRef:
+  kind: ClusterRole
+  name: deploy-apps
+  apiGroup: rbac.authorization.k8s.io