Skip to content

Commit

Permalink
maestro db with entra
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Dec 12, 2024
1 parent e8c5b9d commit 4100156
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ clouds:
armHelperFPAPrincipalId: bc17c825-6cf8-40d0-8bd6-5536a993115e
# Maestro
maestro:
postgres:
deploy: false
imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce
# Cluster Service
clusterService:
Expand Down Expand Up @@ -266,6 +264,8 @@ clouds:
regionalDNSSubdomain: '{{ .ctx.regionShort }}'
# Maestro
maestro:
postgres:
deploy: false
serverMqttClientName: 'maestro-server-{{ .ctx.regionShort }}'
# Frontend
frontend:
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 @@ -85,7 +85,7 @@
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"postgres": {
"deploy": false,
"deploy": true,
"minTLSVersion": "TLSV1.2",
"name": "arohcp-maestro-cspr",
"private": false,
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 @@ -85,7 +85,7 @@
"imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro",
"imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce",
"postgres": {
"deploy": false,
"deploy": true,
"minTLSVersion": "TLSV1.2",
"name": "arohcp-maestro-dev",
"private": false,
Expand Down

0 comments on commit 4100156

Please sign in to comment.