Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WakeupTsai committed Jul 24, 2018
1 parent 14d6f26 commit 86ce890
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ apps.init-helm:
.PHONY: apps.launch-apps
apps.launch-apps:
helm install --name vortex-foundation --debug --wait --set global.environment=local deploy/helm/foundation
helm install --name prometheus --debug --wait --set global.environment=local deploy/helm/apps/charts/prometheus
helm install --name vortex-server --debug --wait --set global.environment=local deploy/helm/apps/charts/vortex-server
helm install --name network-controller --debug --set global.environment=local deploy/helm/apps/charts/network-controller
helm install --name vortex-apps --debug --wait --set global.environment=local deploy/helm/apps/

.PHONY: apps.teardown
apps.teardown:
Expand Down

0 comments on commit 86ce890

Please sign in to comment.