Skip to content

Commit fe1ebb3

Browse files
committed
Pools -> system1, user1
Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent 0c50cca commit fe1ebb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud-native/aks-arm/aks.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:0.6.2
1717
{
1818
count: 1
1919
mode: 'System'
20-
name: 'systempool'
20+
name: 'system1'
2121
osSKU: 'AzureLinux'
2222
vmSize: 'Standard_D2pds_v6'
2323
orchestratorVersion: '1.31.2'
2424
}
2525
{
2626
count: 1
2727
mode: 'User'
28-
name: 'pool1'
28+
name: 'user1'
2929
osSKU: 'AzureLinux'
3030
vmSize: 'Standard_D2pds_v6'
3131
orchestratorVersion: '1.31.2'

0 commit comments

Comments
 (0)