Removed xapp kong; remove nexus; created xapp services; other changes to allow cross...
[it/dep.git] / ric-platform / 55-Ext-Services / bin / install
index cf5a6db..e6fd714 100755 (executable)
@@ -71,6 +71,8 @@ helm package -d /tmp $DIR/../../../ric-common/Common-Template/helm/ric-common
 
 for component in $RICPLT_COMPONENTS; do
   echo "Preparing chart for comonent $component"
+
+  
   mkdir -p  $DIR/../helm/$component/charts/
   cp /tmp/ric-common-$COMMON_CHART_VERSION.tgz $DIR/../helm/$component/charts/
   if [ -z $OVERRIDEYAML ]; then