Skip to content

Commit

Permalink
SDP-1280 Fix duplicate base_url in SDP helm chart (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwen-abid authored Jul 29, 2024
1 parent dd177d4 commit bcd0e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stellar-disbursement-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: stellar-disbursement-platform
description: A Helm chart for the Stellar Disbursement Platform Backend (A.K.A. `sdp`)
version: 2.0.1
version: 2.0.2
appVersion: "2.0.0"
type: application
maintainers:
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 @@ -156,7 +156,6 @@ sdp:
configMap:
annotations:
data:
BASE_URL: "http://localhost:8000"
CRASH_TRACKER_TYPE: "DRY_RUN"
EC256_PUBLIC_KEY: #required
ENVIRONMENT: "dev"
Expand Down

0 comments on commit bcd0e56

Please sign in to comment.