Skip to content

Commit

Permalink
Cleanup references to sdp.configMap.data.BASE_URL from the comments…
Browse files Browse the repository at this point in the history
… and documentation. (#89)
  • Loading branch information
marcelosalloum authored Jul 30, 2024
1 parent bcd0e56 commit f782091
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/stellar-disbursement-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ Configuration parameters for the SDP Core Service which is the core backend serv
| `sdp.configMap` | Configuration for the ConfigMap used by the SDP service. | |
| `sdp.configMap.annotations` | Annotations to be added to the ConfigMap. | `nil` |
| `sdp.configMap.data` | Used to inject non-sensitive environment variables into the SDP deployment; for the latest variables, consult the application's CLI `-h` command. | |
| `sdp.configMap.data.BASE_URL` | The base URL of the SDP backend. | `http://localhost:8000` |
| `sdp.configMap.data.CRASH_TRACKER_TYPE` | Determines the type of crash tracker in use. Options: "DRY_RUN", "SENTRY". | `DRY_RUN` |
| `sdp.configMap.data.EC256_PUBLIC_KEY` | The EC256 public key used for authentication purposes. This EC key needs to be at least as strong as prime256v1 (P-256). | `""` |
| `sdp.configMap.data.ENVIRONMENT` | Specifies the environment SDP is running in (e.g. "localhost"). | `dev` |
Expand Down
1 change: 0 additions & 1 deletion charts/stellar-disbursement-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ sdp:
## @extra sdp.configMap Configuration for the ConfigMap used by the SDP service.
## @param sdp.configMap.annotations Annotations to be added to the ConfigMap.
## @extra sdp.configMap.data Used to inject non-sensitive environment variables into the SDP deployment; for the latest variables, consult the application's CLI `-h` command.
## @param sdp.configMap.data.BASE_URL The base URL of the SDP backend.
## @param sdp.configMap.data.CRASH_TRACKER_TYPE Determines the type of crash tracker in use. Options: "DRY_RUN", "SENTRY".
## @param sdp.configMap.data.EC256_PUBLIC_KEY [string] The EC256 public key used for authentication purposes. This EC key needs to be at least as strong as prime256v1 (P-256).
## @param sdp.configMap.data.ENVIRONMENT Specifies the environment SDP is running in (e.g. "localhost").
Expand Down

0 comments on commit f782091

Please sign in to comment.