X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fbin%2Finstall;fp=ric-platform%2F50-RIC-Platform%2Fbin%2Finstall;h=eee5e52cb4151beb02178facddfb7620af20ed10;hb=5473b20187ca332b12bc9776928f3082a6867d83;hp=75590beed6ad8af3af50cebf15f760cfb34b4e30;hpb=6be690a94ce6d07750a9783f31f36f8ae3854703;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/bin/install b/ric-platform/50-RIC-Platform/bin/install index 75590bee..eee5e52c 100755 --- a/ric-platform/50-RIC-Platform/bin/install +++ b/ric-platform/50-RIC-Platform/bin/install @@ -53,13 +53,15 @@ helm package -d /tmp $DIR/../helm/common for component in $RICPLT_COMPONENTS; do echo "Preparing chart for comonent $component" - if [ $component = "kong-platform" ]; then + if [ $component = "kong-platform" ]; then + mkdir -p $DIR/../helm/$component/charts helm dep up $DIR/../helm/$component helm install --namespace ricplt --name "${RELEASE_NAME}-$component" $DIR/../helm/$component --set postgresql.enabled=false --set env.database=off continue fi - if [ $component = "kong-xapp" ]; then + if [ $component = "kong-xapp" ]; then + mkdir -p $DIR/../helm/$component/charts helm dep up $DIR/../helm/$component helm install --namespace ricxapp --name "${RELEASE_NAME}-$component" $DIR/../helm/$component --set postgresql.enabled=false --set env.database=off continue