Skip to content

Commit

Permalink
set storage account zonal settings to Auto
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle committed Feb 17, 2025
1 parent a9b7f45 commit 488f68d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ clouds:

# OIDC
oidcStorageAccountName: arohcpoidc{{ .ctx.regionShort }}
oidcZoneRedundantMode: Disabled
oidcZoneRedundantMode: Auto

# Metrics
monitoring:
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"ocpAcrName": "arohcpocpdev",
"ocpAcrZoneRedundantMode": "Disabled",
"oidcStorageAccountName": "arohcpoidccspr",
"oidcZoneRedundantMode": "Disabled",
"oidcZoneRedundantMode": "Auto",
"pko": {
"image": "arohcpsvcdev.azurecr.io/package-operator/package-operator-package",
"imageManager": "arohcpsvcdev.azurecr.io/package-operator/package-operator-manager",
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"ocpAcrName": "arohcpocpdev",
"ocpAcrZoneRedundantMode": "Disabled",
"oidcStorageAccountName": "arohcpoidcdev",
"oidcZoneRedundantMode": "Disabled",
"oidcZoneRedundantMode": "Auto",
"pko": {
"image": "arohcpsvcdev.azurecr.io/package-operator/package-operator-package",
"imageManager": "arohcpsvcdev.azurecr.io/package-operator/package-operator-manager",
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-personal-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"ocpAcrName": "arohcpocpdev",
"ocpAcrZoneRedundantMode": "Disabled",
"oidcStorageAccountName": "arohcpoidcusw3tst",
"oidcZoneRedundantMode": "Disabled",
"oidcZoneRedundantMode": "Auto",
"pko": {
"image": "arohcpsvcdev.azurecr.io/package-operator/package-operator-package",
"imageManager": "arohcpsvcdev.azurecr.io/package-operator/package-operator-manager",
Expand Down

0 comments on commit 488f68d

Please sign in to comment.