Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WakeupTsai committed Aug 23, 2018
1 parent 66b5b1c commit 5bfcc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ apps.launch-prod:
.PHONY: apps.launch-testing
apps.launch-testing:
yq -y .services deploy/helm/config/testing.yaml | helm install --name vortex-services-testing --debug --wait -f - deploy/helm/services
yq -y .apps.prometheus deploy/helm/config/testing.yaml | helm install --name vortex-prometheus-testing --debug --wait -f - --set deploy/helm/apps/charts/prometheus
yq -y .apps.network-controller deploy/helm/config/testing.yaml | helm install --name vortex-nc-testing --debug --wait -f - --set deploy/helm/apps/charts/network-controller
yq -y .apps.prometheus deploy/helm/config/testing.yaml | helm install --name vortex-prometheus-testing --debug --wait -f - deploy/helm/apps/charts/prometheus
yq -y .apps.\"network-controller\" deploy/helm/config/testing.yaml | helm install --name vortex-nc-testing --debug --wait -f - deploy/helm/apps/charts/network-controller

.PHONY: apps.upgrade-dev
apps.upgrade-dev:
Expand Down

0 comments on commit 5bfcc8a

Please sign in to comment.