Skip to content

Commit 08e96aa

Browse files
Fix Flex shape when not selected
1 parent c16bd62 commit 08e96aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ variables:
540540
default: 2
541541
visible:
542542
and:
543+
- not:
544+
- ${cluster_network}
543545
- or:
544546
- eq:
545547
- ${instance_pool_shape}
@@ -581,6 +583,8 @@ variables:
581583
default: false
582584
visible:
583585
and:
586+
- not:
587+
- ${cluster_network}
584588
- or:
585589
- eq:
586590
- ${instance_pool_shape}
@@ -625,6 +629,7 @@ variables:
625629
- "VM.Standard3.Flex"
626630
- and:
627631
- ${instance_pool_custom_memory}
632+
- ${cluster_network}
628633
required: true
629634

630635
node_count:

0 commit comments

Comments
 (0)