Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move CS permission setup into CS module #903

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
geoberle committed Nov 27, 2024
commit f1ca6c34f3fc4cdd537253cc0da5139790b0fb8a
2 changes: 1 addition & 1 deletion config/config.msft.yaml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ defaults:
# Cluster Service
clusterService:
#acrRG: '{{ .ctx.region }}-shared-resources'
acrRg: ''
acrRG: ''
postgres:
name: arohcp-cs-{{ .ctx.regionShort }}
deploy: true
2 changes: 1 addition & 1 deletion config/public-cloud-msft-int.json
Original file line number Diff line number Diff line change
@@ -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": {