Skip to content

Commit 96c33ff

Browse files
Fix custom memory of compuet nodes
1 parent 0c802d6 commit 96c33ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,8 @@ variables:
702702
- "VM.Standard3.Flex"
703703
- and:
704704
- ${instance_pool_custom_memory}
705-
- ${cluster_network}
705+
- not:
706+
- ${cluster_network}
706707
required: true
707708

708709
node_count:

0 commit comments

Comments
 (0)