Skip to content

Commit

Permalink
Merge pull request #4815 from cfpb/zencircle-mapping
Browse files Browse the repository at this point in the history
fix incorrect naming
  • Loading branch information
PatrickGoRaft authored May 29, 2024
2 parents a61f80d + 7733a52 commit e74af3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/hmda-dashboard/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
getambassador.io/config: |
apiVersion: ambassador/v2
kind: Mapping
name: data_browser_mapping
name: hmda_dashboard_mapping
ambassador_id: ambassador-default-1
prefix: /dashboard/
rewrite: /dashboard/
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/hmda-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cqlsh -u username -p passsword -f ../hmda-sql-doc/cassandra-scripts.txt

Update
```
export $PLATNS=default
export PLATNS=default
helm upgrade --install --namespace=$PLATNS --values=kubernetes/hmda-platform/values.yaml \
--set image.repository=hmda/hmda-platform \
Expand Down

0 comments on commit e74af3c

Please sign in to comment.