Skip to content

Commit

Permalink
Merge pull request #565 from Azure/rename-integ-mgmt-cluster
Browse files Browse the repository at this point in the history
Cluster name must be unique to not clash with aro-hcp dev env
  • Loading branch information
janboll authored Sep 5, 2024
2 parents 8453d26 + 7d7ab41 commit 55e87c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param kubernetesVersion = '1.30.3'
param vnetAddressPrefix = '10.132.0.0/14'
param subnetPrefix = '10.132.8.0/21'
param podSubnetPrefix = '10.132.64.0/18'
param aksClusterName = take('aro-hcp-mgmt-cluster-${uniqueString('mgmt-cluster')}', 63)
param aksClusterName = take('cs-integ-mgmt-cluster-${uniqueString('cs-integ-mgmt-cluster')}', 63)
param aksKeyVaultName = 'aks-kv-cs-integ-mc-1'
param systemAgentMinCount = 2
param systemAgentMaxCount = 3
Expand Down

0 comments on commit 55e87c7

Please sign in to comment.