Skip to content

Commit

Permalink
Enable setting of overriding RPA email address in environments (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScenarioFactory authored Aug 28, 2024
1 parent 9746c19 commit 38e2e4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
WORKSHEET_HIDE_EMPTY_ROWS: ${WORKSHEET_HIDE_EMPTY_ROWS:-false}
WORKSHEET_PROTECT_ENABLED: ${WORKSHEET_PROTECT_ENABLED:-false}
SEND_EMAIL_TO_RPA: ${SEND_EMAIL_TO_RPA:-false}
RPA_EMAIL_ADDRESS: ${RPA_EMAIL_ADDRESS:-notset}
WORKSHEET_PROTECT_PASSWORD: ${WORKSHEET_PROTECT_PASSWORD:-notset}
NOTIFY_EMAIL_TEMPLATE: ${NOTIFY_EMAIL_TEMPLATE:-notset}
EXCEL_UPLOAD_ENVIRONMENT: ${EXCEL_UPLOAD_ENVIRONMENT:-notset}
1 change: 1 addition & 0 deletions helm/ffc-grants-slurry-web/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ data:
WORKSHEET_HIDE_EMPTY_ROWS: {{ .Values.container.worksheetHideEmptyRows | quote }}
WORKSHEET_PROTECT_ENABLED: {{ .Values.container.worksheetProtectEnabled | quote }}
SEND_EMAIL_TO_RPA: {{ .Values.container.sendEmailToRpa | quote }}
RPA_EMAIL_ADDRESS: {{ .Values.container.rpaEmail | quote }}
EXCEL_UPLOAD_ENVIRONMENT: {{ .Values.container.excelUploadEnvironment | quote }}
{{- end -}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-grants-slurry-web",
"version": "3.13.6",
"version": "3.13.7",
"description": "Web frontend for FTF Slurry Infrastructure scheme",
"homepage": "https://github.com/DEFRA/ffc-grants-slurry-web",
"main": "app/index.js",
Expand Down

0 comments on commit 38e2e4e

Please sign in to comment.