Skip to content

Commit

Permalink
DIAC-123 fixing hardcoded test password fortify flag (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilay913 authored Aug 29, 2024
1 parent 84a1e88 commit ec99f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ia-case-api/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ ia-timed-event-service:
POSTGRES_HOST: ia-preview.postgres.database.azure.com
POSTGRES_NAME: "pr-${CHANGE_ID}-ia_timed_event_service"
POSTGRES_USERNAME: hmcts
POSTGRES_PASSWORD: hmcts
POSTGRES_PASSWORD: ${GENERIC_VALUES_PREVIEW_YAML_PASS}
POSTGRES_CONNECTION_OPTIONS: ""
postgresql:
auth:
Expand Down

0 comments on commit ec99f00

Please sign in to comment.