Skip to content

Commit

Permalink
Merge pull request #78 from lalithkota/main
Browse files Browse the repository at this point in the history
Mimoto: updated pbms base url
  • Loading branch information
lalithkota authored Sep 24, 2024
2 parents 2bfbe71 + b49fa39 commit cb3482f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mimoto/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ questions:
type: string
label: Esignet Hostname

- variable: envVars.openg2p_pbms_baseUrl
- variable: envVars.openg2p_pbms_base_url
type: string
label: OpenG2P PBMS Base URL

Expand Down
2 changes: 1 addition & 1 deletion charts/mimoto/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Render Env values section
{{- end -}}

{{- define "mimoto.envVars" -}}
{{- $envVars := merge (.Values.springCloudConfig.enabled | ternary (deepCopy .Values.springCloudConfigEnvVars) dict) (deepCopy .Values.coreEnvVars) (deepCopy .Values.coreEnvVarsFrom) (deepCopy .Values.envVars) (deepCopy .Values.envVarsFrom) -}}
{{- $envVars := merge (.Values.springCloudConfig.enabled | ternary (deepCopy .Values.springCloudConfigEnvVars) dict) (deepCopy .Values.coreEnvVars) (deepCopy .Values.coreEnvVarsFrom) (.Values.springCloudConfig.enabled | ternary dict (merge (deepCopy .Values.envVars) (deepCopy .Values.envVarsFrom))) -}}
{{- include "mimoto.baseEnvVars" (dict "envVars" $envVars "context" $) }}
{{- end -}}

Expand Down
2 changes: 1 addition & 1 deletion charts/mimoto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ envVars:
mimoto_oidc_openg2p_partner_clientid: openg2p-mimoto-oidc
mimoto_wallet_binding_partner_api_key: ""

openg2p_pbms_baseUrl: https://pbms.openg2p.sandbox.net
openg2p_pbms_base_url: https://pbms.openg2p.sandbox.net

# Env Vars from this section will be rendered on the service if springCloudConfig.enabled=false.
# Else they will be rendered on config-server as overrides.
Expand Down

0 comments on commit cb3482f

Please sign in to comment.