Skip to content

Commit

Permalink
Update dev-infrastructure/templates/svc-cluster.bicep
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Francois Chevrette <jchevret@redhat.com>
  • Loading branch information
geoberle and jfchevrette authored Feb 11, 2025
1 parent f004fbf commit e1aed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-infrastructure/templates/svc-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ output frontend_mi_client_id string = frontendMI.uamiClientID
// M A E S T R O
//

var effectiveMaestroCertDomain = maestroCertDomain != '' ? maestroCertDomain : 'maestro.${regionalSvcDNSZoneName}'
var effectiveMaestroCertDomain = !empty(maestroCertDomain) ? maestroCertDomain : 'maestro.${regionalSvcDNSZoneName}'

module maestroServer '../modules/maestro/maestro-server.bicep' = {
name: 'maestro-server'
Expand Down

0 comments on commit e1aed32

Please sign in to comment.