Skip to content

Commit

Permalink
docs: fix typo in readme documentation (#608)
Browse files Browse the repository at this point in the history
* fix host name

* fix typo for tests

* Trigger CI build

* Trigger CI build

* Trigger CI build

---------

Co-authored-by: kyane <[email protected]>
Co-authored-by: Steven Oderayi <[email protected]>
  • Loading branch information
3 people authored Mar 13, 2024
1 parent 120408c commit 810dd15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ Mojaloop Helm deployments currently include the following provisioning (`setup`)
- `ml-ttk-test-setup-sdk-bulk.tests.enabled=true` (_Note: only applicable if `mojaloop-bulk.enabled=true`, `mojaloop-ttk-simulators.enabled=true` is set_)
- `ml-ttk-test-val-sdk-bulk.tests.enabled=true` (_Note: only applicable if `mojaloop-bulk.enabled=true`, `mojaloop-ttk-simulators.enabled=true` is set_)
- `ml-ttk-test-val-sdk-r2p.tests.enabled=true` (_Note: only applicable if `mojaloop-ttk-simulators.enabled=true` is set_)
- `ml-ttk-test-setup-tp.test.enabled=true` (_Note: only applicable if `thirdparty.enabled=true`, `account-lookup-service.account-lookup-service.config.featureEnableExtendedPartyIdType=true` & `account-lookup-service.account-lookup-service-admin.config.featureEnableExtendedPartyIdType=true` is set_)
- `ml-ttk-test-val-tp.test,enabled=true` (_Note: only applicable if `thirdparty.enabled=true`, `account-lookup-service.account-lookup-service.config.featureEnableExtendedPartyIdType=true` & `account-lookup-service.account-lookup-service-admin.config.featureEnableExtendedPartyIdType=true` is set_)
- `ml-ttk-test-setup-tp.tests.enabled=true` (_Note: only applicable if `thirdparty.enabled=true`, `account-lookup-service.account-lookup-service.config.featureEnableExtendedPartyIdType=true` & `account-lookup-service.account-lookup-service-admin.config.featureEnableExtendedPartyIdType=true` is set_)
- `ml-ttk-test-val-tp.tests.enabled=true` (_Note: only applicable if `thirdparty.enabled=true`, `account-lookup-service.account-lookup-service.config.featureEnableExtendedPartyIdType=true` & `account-lookup-service.account-lookup-service-admin.config.featureEnableExtendedPartyIdType=true` is set_)
- `ml-ttk-test-cleanup.test.enabled=true`

Or alternatively add `--set` for each of the above parameters on the install command:
Expand All @@ -252,7 +252,7 @@ Mojaloop Helm deployments currently include the following provisioning (`setup`)

1. Add the following to your hosts file and ensure you have installed Ingress Controller on your Kubernetes Cluster:

`<ip-of-k8s-node-ingress> ml-api-adapter.local central-ledger.local account-lookup-service.local quoting-service.local central-settlement.local moja-simulator.local testing-toolkit.local testing-toolkit-specapi.local`
`<ip-of-k8s-node-ingress> ml-api-adapter.local central-ledger.local account-lookup-service.local quoting-service.local central-settlement-service.local moja-simulator.local testing-toolkit.local testing-toolkit-specapi.local`

2. Curl Health End-points for ML-API-Adapter

Expand Down

0 comments on commit 810dd15

Please sign in to comment.