Skip to content

Commit

Permalink
fixing blueprints following breaking changes in colony integration wi…
Browse files Browse the repository at this point in the history
…th k8s
  • Loading branch information
alexazarh committed Dec 22, 2020
1 parent 0f4a52d commit 46cded9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ mkdir /var/promotions-manager-api/
tar -xvf $ARTIFACTS_PATH/drop/drop/promotions-manager-api.*.tar.gz -C /var/promotions-manager-api

echo '==> Set the DATABASE_HOST env var to be globally available'
DATABASE_HOST=$DATABASE_HOST.$DOMAIN_NAME
echo 'DATABASE_HOST='$DATABASE_HOST >> /etc/environment
echo 'RELEASE_NUMBER='$RELEASE_NUMBER >> /etc/environment
echo 'API_BUILD_NUMBER='$API_BUILD_NUMBER >> /etc/environment
Expand Down
2 changes: 1 addition & 1 deletion blueprints/promotions-manager-all-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ applications:
- promotions-manager-api:
input_values:
- API_PORT: $API_PORT
- DATABASE_HOST: mongodb
- DATABASE_HOST: $colony.applications.mongodb.dns
- RELEASE_NUMBER: $RELEASE_NUMBER
- API_BUILD_NUMBER: $API_BUILD_NUMBER

Expand Down
2 changes: 1 addition & 1 deletion blueprints/promotions-manager-api-testing-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ applications:
- promotions-manager-api-external:
input_values:
- API_PORT: $API_PORT
- DATABASE_HOST: mongodb
- DATABASE_HOST: $colony.applications.mongodb.dns
- RELEASE_NUMBER: $RELEASE_NUMBER
- API_BUILD_NUMBER: $API_BUILD_NUMBER

Expand Down

0 comments on commit 46cded9

Please sign in to comment.