Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Nov 27, 2024
1 parent 4ae29ea commit f1ca6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defaults:
# Cluster Service
clusterService:
#acrRG: '{{ .ctx.region }}-shared-resources'
acrRg: ''
acrRG: ''
postgres:
name: arohcp-cs-{{ .ctx.regionShort }}
deploy: true
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseDnsZoneName": "aro-hcp.azure-test.net'",
"baseDnsZoneRG": "westus3-shared-resources",
"clusterService": {
"acrRG": "westus3-shared-resources",
"acrRG": "",
"imageRepo": "app-sre/uhc-clusters-service",
"imageTag": "aac7623",
"postgres": {
Expand Down

0 comments on commit f1ca6c3

Please sign in to comment.