Skip to content

Commit

Permalink
Fix Helm postgres values (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Jun 9, 2021
1 parent 4b4703a commit bac0f9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions helm/ffc-sfi-payments/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ data:
PAYMENT_SUBSCRIPTION_ADDRESS: {{ quote .Values.container.paymentSubscriptionAddress }}
WITHDRAW_TOPIC_ADDRESS: {{ quote .Values.container.withdrawTopicAddress }}
WITHDRAW_SUBSCRIPTION_ADDRESS: {{ quote .Values.container.withdrawSubscriptionAddress }}
POSTGRES_DB: {{ quote .Values.postgresService.postgresDb }}
POSTGRES_HOST: {{ quote .Values.postgresService.postgresHost }}
POSTGRES_PORT: {{ quote .Values.postgresService.postgresPort }}
POSTGRES_SCHEMA_NAME: {{ quote .Values.postgresService.postgresSchema }}
{{- end -}}
1 change: 1 addition & 0 deletions helm/ffc-sfi-payments/templates/container-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ stringData:
{{- if .Values.appInsights.key }}
APPINSIGHTS_INSTRUMENTATIONKEY: {{ quote .Values.appInsights.key }}
{{- end }}
POSTGRES_USERNAME: {{ .Values.postgresService.postgresUser | quote }}
{{- end -}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-sfi-payments",
"version": "1.0.0",
"version": "1.0.1",
"description": "FFC SFI payment services",
"homepage": "https://github.com/DEFRA/ffc-sfi-payments",
"main": "app/index.js",
Expand Down

0 comments on commit bac0f9b

Please sign in to comment.