Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDP-1280: cleanup references to sdp.configMap.data.BASE_URL from the comments and documentation #89

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading