Skip to content

Commit

Permalink
Merge branch 'main' into paullewis-api-version-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlewisuk authored Aug 9, 2024
2 parents e193559 + b9e318c commit cea7a99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1244,11 +1244,13 @@ output aksPrivateDnsZoneName string = enablePrivateCluster && privateClusterDns

@description('Needing to seperately declare and union this because of https://github.com/Azure/AKS-Construction/issues/344')
var managedNATGatewayProfile = {
natGatewayProfile : {
managedOutboundIPProfile: {
count: natGwIpCount
networkProfile: {
natGatewayProfile : {
managedOutboundIPProfile: {
count: natGwIpCount
}
idleTimeoutInMinutes: natGwIdleTimeout
}
idleTimeoutInMinutes: natGwIdleTimeout
}
}

Expand Down
2 changes: 1 addition & 1 deletion helper/src/configpresets/principals.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{
"description": "Prometheus/Grafana Monitoring",
"linksrc": "https://prometheus-operator.dev/docs/user-guides/getting-started/"
"linksrc": "https://prometheus-operator.dev/docs/getting-started/introduction/"
},
{
"description": "DockerHub container registry"
Expand Down

0 comments on commit cea7a99

Please sign in to comment.