Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from kappnav/RemoveAppMetricDashFromTest
Browse files Browse the repository at this point in the history
Remove appmetric dash test
  • Loading branch information
juniartisu authored May 21, 2020
2 parents 44182b6 + 4404c6d commit 0fc90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/installStocktrader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kubectl apply -f $stocktraderPath -n stock-trader
if [ $? -eq 0 ]; then
# update stocktrader namespace to include all other application namespace that should show up under stock trader component view
echo "kubectl annotate Application stock-trader kappnav.component.namespaces=twas,liberty,localliberty -n stock-trader --overwrite"
kubectl annotate Application stock-trader kappnav.component.namespaces=twas,liberty,localliberty,appmetrics-dash -n stock-trader --overwrite
kubectl annotate Application stock-trader kappnav.component.namespaces=twas,liberty,localliberty -n stock-trader --overwrite
echo "########## Stocktrader sample application installed successfully ##########"
else
echo "########## Failed to install stocktrader sample application ##########"
Expand Down

0 comments on commit 0fc90ae

Please sign in to comment.