Commit 1d7e485e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Extended deploy script to configure dashboards only when WebUI component is included in the deploy.

parent ba6a772a
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -131,9 +131,12 @@ for COMPONENT in $COMPONENTS; do
    printf "\n"
done

echo "Configuring DataStores and Dashboards..."

if [[ "$COMPONENTS" == *"webui"* ]]; then
    echo "Configuring WebUI DataStores and Dashboards..."
    ./configure_dashboards.sh
    printf "\n\n"
fi

echo "Reporting Deployment..."
kubectl --namespace $K8S_NAMESPACE get all