Skip to content

Commit e94fd75

Browse files
authored
Update cluster-parameters-jsonc-example.md
1 parent e0e4248 commit e94fd75

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/operator-nexus/cluster-parameters-jsonc-example.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,37 @@ ms.custom: template-how-to
1919
"contentVersion": "1.0.0.0",
2020
"parameters": {
2121
"name": {
22-
"value": "clustername"
22+
"value": "$CLUSTER_NAME"
2323
},
2424
"resourceGroupName": {
25-
"value": ""
25+
"value": "$CLUSTER_RG"
2626
},
2727
"managedResourceGroupName": {
28-
"value": ""
28+
"value": "$MRG_NAME"
2929
},
3030
"clusterLawName": {
31-
"value": ""
31+
"value": "$LAW_NAME"
3232
},
33-
"networkFabricId": {
33+
"networkFabricId": {$
3434
"value": ""
3535
},
3636
"clusterType": {
37-
"value": ""
37+
"value": "$CLUSTER_TYPE"
3838
},
3939
"skipHardwareValidation": {
4040
"value": "false"
4141
},
4242
"clusterVersion": {
43-
"value": ""
43+
"value": "$CLUSTER_VERSION"
4444
},
4545
"clusterLocation": {
46-
"value": ""
46+
"value": "$CLUSTER_LOCATION"
4747
},
4848
"customLocation": {
49-
"value": ""
49+
"value": "$CL_NAME"
5050
},
5151
"secretArchive": {
52-
"value": ""
52+
"value": "$KV_RESOURCE_ID"
5353
},
5454
"sshKeyUrl": {
5555
"value": "https://"

0 commit comments

Comments
 (0)