Skip to content

Commit da0f5a0

Browse files
committed
schema update
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent 905a24c commit da0f5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ variableGroups:
3939
- title: "OKE Worker Nodes"
4040
variables:
4141
- cluster_autoscaler_enabled
42+
- existent_oke_nodepool_id_for_autoscaler_1
4243
- num_pool_workers
4344
- cluster_autoscaler_min_nodes_1
4445
- cluster_autoscaler_max_nodes_1
@@ -121,7 +122,6 @@ variableGroups:
121122
# - network_cidrs
122123
- node_pool_boot_volume_size_in_gbs
123124
- oke_compartment_description
124-
- existent_oke_nodepool_id_for_autoscaler
125125
visible: false
126126

127127
variables:
@@ -282,7 +282,7 @@ variables:
282282
- create_new_oke_cluster
283283
- cluster_autoscaler_enabled
284284

285-
existent_oke_nodepool_id_for_autoscaler:
285+
existent_oke_nodepool_id_for_autoscaler_1:
286286
type: string
287287
title: "OKE Nodepool id"
288288
required: true

0 commit comments

Comments
 (0)