Skip to content

Commit 9ac1d34

Browse files
authored
Update README.md
1 parent 49c5486 commit 9ac1d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ sbt "project hmda-platform" dockerPublishLocalSkipTests
139139
The platform and all of the related microservices explained above are deployed on [Kubernetes](https://kubernetes.io/) using [Helm](https://helm.sh/). Each deployment is a single Helm command. Below is an example for the deployment of the email-service:
140140

141141
```shell
142-
helm upgrade --install --force \
142+
helm upgrade --install --force \
143143
--namespace=default \
144144
--values=kubernetes/hmda-platform/values.yaml \
145145
--set image.repository=hmda/hmda-platform \
@@ -238,4 +238,4 @@ Related projects
238238
- https://github.com/cfpb/hmda-platform-larft - Repo for the [Public Facing LAR formatting tool](https://ffiec.cfpb.gov/tools/lar-formatting)
239239
- https://github.com/cfpb/hmda-test-files - Repo for automatically generating various different test files for HMDA Data
240240
- https://github.com/cfpb/hmda-census - ETL for geographic and Census data used by the HMDA Platform
241-
- https://github.com/cfpb/HMDA_Data_Science_Kit - Repo for HMDA Data science work as well as Spark codebase for [Public Facing A&D Reports](https://ffiec.cfpb.gov/data-publication/disclosure-reports/2018)
241+
- https://github.com/cfpb/HMDA_Data_Science_Kit - Repo for HMDA Data science work as well as Spark codebase for [Public Facing A&D Reports](https://ffiec.cfpb.gov/data-publication/disclosure-reports/2018)

0 commit comments

Comments
 (0)