Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirby-ms committed Nov 16, 2024
1 parent 8759d61 commit 0ea4df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure_jumpstart_ag/contoso_hypermarket/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ module ubuntuRancherK3sDataSvcNodesDeployment 'kubernetes/ubuntuRancherNodes.bic
vmName : '${k3sArcDataClusterName}-Node-0${i}'
storageContainerName: toLower(k3sArcDataClusterName)
namingGuid: namingGuid
deployGPUNodes: deployGPUNodes
//deployGPUNodes: deployGPUNodes
k8sWorkerNodesSku: k8sWorkerNodesSku
}
dependsOn: [
Expand All @@ -196,7 +196,7 @@ module ubuntuRancherK3sNodesDeployment 'kubernetes/ubuntuRancherNodes.bicep' = [
vmName : '${k3sArcClusterName}-Node-0${i}'
storageContainerName: toLower(k3sArcClusterName)
namingGuid: namingGuid
deployGPUNodes: deployGPUNodes
//deployGPUNodes: deployGPUNodes
k8sWorkerNodesSku: k8sWorkerNodesSku
}
dependsOn: [
Expand Down

0 comments on commit 0ea4df6

Please sign in to comment.