Skip to content

Commit

Permalink
MAP-1752 switch off the maintenance banner (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalnawrockidj authored Nov 5, 2024
1 parent dcf4aa4 commit ce81a1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ generic-service:
ENVIRONMENT_NAME: 'DEV'
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api-dev.hmpps.service.justice.gov.uk
INGRESS_URL: https://dev.use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: true

generic-data-analytics-extractor:
args: "extract_table_names.py && extract_psql_all_tables_to_csv.sh && upload_data_file_to_data_platform.sh"
Expand Down
1 change: 0 additions & 1 deletion helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ generic-service:
ENVIRONMENT_NAME: 'PRE-PRODUCTION'
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api-preprod.hmpps.service.justice.gov.uk
INGRESS_URL: https://preprod.use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: true

generic-data-analytics-extractor:
serviceAccountName: use-of-force-preprod-to-ap-s3
Expand Down
1 change: 0 additions & 1 deletion helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ generic-service:
ENVIRONMENT_NAME: ''
HMPPS_MANAGE_USERS_API_URL: https://manage-users-api.hmpps.service.justice.gov.uk
INGRESS_URL: https://use-of-force.service.justice.gov.uk
FEATURE_FLAG_OUTAGE_BANNER_ENABLED: true

allowlist:
groups:
Expand Down

0 comments on commit ce81a1d

Please sign in to comment.