Add tools to deploy DE UCP

Related-Prod: PRODX-2027

Change-Id: I8339518506588cdfddc818fa968c92df1088edc3
diff --git a/rbac-fix/pv.yaml b/rbac-fix/pv.yaml
new file mode 100644
index 0000000..8f82272
--- /dev/null
+++ b/rbac-fix/pv.yaml
@@ -0,0 +1,13 @@
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+  labels:
+  name: osh-system-local-storage-admin:cluster-admin
+roleRef:
+  apiGroup: rbac.authorization.k8s.io
+  kind: ClusterRole
+  name: cluster-admin
+subjects:
+- kind: ServiceAccount
+  name: local-storage-admin
+  namespace: osh-system