Add timeout option to OSM helm chart deployment

Change-Id: I280f75801e4f8abd6b2f4858868d380eac995672
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/01-export-osm-install-options.sh b/installers/01-export-osm-install-options.sh
index 2aca744..414a55f 100755
--- a/installers/01-export-osm-install-options.sh
+++ b/installers/01-export-osm-install-options.sh
@@ -63,6 +63,7 @@
 export OPENSHIFT_MGMT_CLUSTER=${OPENSHIFT_MGMT_CLUSTER}
 export MGMT_CLUSTER_CA_FILE=${MGMT_CLUSTER_CA_FILE}
 export OSM_K8S_NGINX_IPADDRESS=${OSM_K8S_NGINX_IPADDRESS}
+export OSM_HELM_TIMEOUT=${OSM_HELM_TIMEOUT}
 EOF
 
 cat "${OSM_HOME_DIR}/user-install-options.rc"