Skip to content

Commit

Permalink
Add enabled toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Oct 30, 2023
1 parent 8f30f2d commit d435f19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm/ffc-pay-demographics/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
data:
NODE_ENV: {{ quote .Values.environment }}
APPINSIGHTS_CLOUDROLE: {{ quote .Values.name }}
ENABLED: {{ quote .Values.container.enabled }}
DEMOGRAPHICS_STORAGE_CONNECTION_STRING: {{ quote .Values.container.demographicsStorageConnectionString }}
DEMOGRAPHICS_STORAGE_SHARE_NAME: {{ quote .Values.container.demographicsStorageShareName }}
DEMOGRAPHICS_STORAGE_FOLDER_NAME: {{ quote .Values.container.demographicsStorageFolder }}
Expand Down
1 change: 1 addition & 0 deletions helm/ffc-pay-demographics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ container:
requestCpu: 100m
limitMemory: 100Mi
limitCpu: 100m
enabled: true
demographicsStorageConnectionString: myconnectionstring
demographicsStorageShareName: demographics
demographicsStorageFolder: outbound
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-pay-demographics",
"version": "0.2.0",
"version": "0.2.1",
"description": "Process customer updates",
"homepage": "https://github.com/DEFRA/ffc-pay-demographics",
"main": "app/index.js",
Expand Down

0 comments on commit d435f19

Please sign in to comment.