Skip to content

Commit

Permalink
Plumb msiRpEndpoint ARM parameter through to RP environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsatam committed Oct 3, 2024
1 parent bc3c438 commit 7fc1484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/deploy/generator/resources_rp.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ func (g *generator) rpVMSS() *arm.Resource {
"keyvaultPrefix",
"mdmFrontendUrl",
"mdsdEnvironment",
"msiRpEndpoint",
"portalAccessGroupIds",
"portalClientId",
"portalElevatedGroupIds",
Expand Down
1 change: 1 addition & 0 deletions pkg/deploy/generator/scripts/rpVMSS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ KEYVAULT_PREFIX='$KEYVAULTPREFIX'
MDM_ACCOUNT='$RPMDMACCOUNT'
MDM_NAMESPACE='${role_rp^^}'
MDSD_ENVIRONMENT='$MDSDENVIRONMENT'
MSI_RP_ENDPOINT='$MSIRPENDPOINT'
RP_FEATURES='$RPFEATURES'
RPIMAGE='$rpimage'
ARO_INSTALL_VIA_HIVE='$CLUSTERSINSTALLVIAHIVE'
Expand Down

0 comments on commit 7fc1484

Please sign in to comment.