Skip to content

Commit

Permalink
ACA-1641; Adding configuration_settings to test_azure_manage_postgres…
Browse files Browse the repository at this point in the history
…ql defualt

Signed-off-by: hyaish <hyaish@redhat.com>
  • Loading branch information
Yaish25491 committed Sep 15, 2024
1 parent 7710148 commit d051809
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/20241509-azure_manage_postgresql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Adding deadlock_timeout to defualt settings.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ azure_manage_postgresql_postgresql_sku:
azure_manage_postgresql_postgresql_storage_mb: 5120
azure_manage_postgresql_postgresql_backup_retention_days: 10
azure_manage_postgresql_tags:
resource_prefix: "{{ resource_prefix }}"
resource_prefix: "{{ resource_prefix }}"
azure_manage_postgresql_postgresql_settings:
- name: deadlock_timeout
value: 2000

0 comments on commit d051809

Please sign in to comment.