Skip to content

Commit

Permalink
hotfix(get.jenkins.io): set website Fiel Share quota to the miminum…
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jan 30, 2024
1 parent 62ed0dd commit a9cf675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.jenkins.io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "azurerm_storage_share" "get_jenkins_io" {
resource "azurerm_storage_share" "get_jenkins_io_website" {
name = "website"
storage_account_name = azurerm_storage_account.get_jenkins_io.name
quota = 50 # 1.6GiB used in 2020
quota = 100 # Minimal size, 1.6GiB used in 2020
}

data "azurerm_storage_account_sas" "get_jenkins_io" {
Expand Down

0 comments on commit a9cf675

Please sign in to comment.