Skip to content

Commit

Permalink
fix uat
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Jun 5, 2024
1 parent 3e83878 commit d930230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ postgresql:
DATABASE_ID: "p"
HEALTHCHECK_QUERY: "select 1"
SAVE_DB: "false"
SEND_EVENT: "false"
SEND_EVENT: "true"
secretProvider:
!!merge <<: *azureSecretProvider
envSecrets:
Expand Down Expand Up @@ -147,7 +147,7 @@ oracle:
DATABASE_ID: "o"
HEALTHCHECK_QUERY: "select 1 from dual"
SAVE_DB: "false"
SEND_EVENT: "true"
SEND_EVENT: "false"
secretProvider:
!!merge <<: *azureSecretProvider
envSecrets:
Expand Down

0 comments on commit d930230

Please sign in to comment.