Loading deploy_in_kubernetes.sh +6 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
deploy_in_kubernetes.sh +6 −3 Original line number Diff line number Diff line Loading @@ -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 Loading