Skip to content

Commit

Permalink
Add commands for installing data dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
farhin23 committed Nov 3, 2023
1 parent ff0298e commit d33d07b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion system-tests/helm/run-mvd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ echo "installing newman..."
helm install newman ./helm-charts/newman

echo "installing cli-tools..."
helm install cli-tools ./helm-charts/cli-tools
helm install cli-tools ./helm-charts/cli-tools

echo "installing company1 data dashboard..."
helm install company1-datadashboard --set nameOverride=company1-datadashboard,companyName=company1,ports.http.nodePort=31111 ./helm-charts/company-dashboard

echo "installing company2 data dashboard..."
helm install company2-datadashboard --set nameOverride=company2-datadashboard,companyName=company2,ports.http.nodePort=31112 ./helm-charts/company-dashboard

echo "installing company3 data dashboard..."
helm install company3-datadashboard --set nameOverride=company3-datadashboard,companyName=company3,ports.http.nodePort=31113 ./helm-charts/company-dashboard

0 comments on commit d33d07b

Please sign in to comment.