Skip to content

Commit cf915b6

Browse files
authored
Merge pull request #9 from stfung77/main
update helm chart with authType, bump version to 0.3.92
2 parents 86f2437 + 3120c38 commit cf915b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/anchor-platform/sep-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ maintainers:
77
sources:
88
- https://github.com/stellar/java-stellar-anchor-sdk
99
name: sep
10-
version: 0.3.91
10+
version: 0.3.92

charts/anchor-platform/sep-service/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ data:
6666
assets: {{ .Values.stellar.app_config.app.assets | default "assets-test.json" }}
6767
jwtSecretKey: {{ .Values.stellar.app_config.app.jwtSecretKey | default "${JWT_SECRET}" }}
6868
integration-auth:
69-
authType: JWT_TOKEN
69+
authType: {{ .Values.stellar.app_config.app.authType | default "JWT_TOKEN" }}
7070
platformToAnchorSecret: {{ .Values.stellar.app_config.app.platformToAnchorSecret | default "${PLATFORM_TO_ANCHOR_SECRET}" }}
7171
anchorToPlatformSecret: {{ .Values.stellar.app_config.app.anchorToPlatformSecret | default "${ANCHOR_TO_PLATFORM_SECRET}" }}
7272
expirationMilliseconds: {{ .Values.stellar.app_config.app.expirationMilliseconds | default 30000 }}

0 commit comments

Comments
 (0)