Skip to content

Commit 6138a0e

Browse files
committed
Automation Toolkit Release v2026.1.0
1 parent 2f1baac commit 6138a0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cd3_automation_toolkit/ocicloud/python/developerservices/oke/templates

cd3_automation_toolkit/ocicloud/python/developerservices/oke/templates/nodepool-template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ nodepools = {
7979
{% endif %}
8080

8181
size = {{ number_of_nodes }}
82+
network_compartment_id = "{{ network_compartment_tf_name }}"
83+
vcn_name = "{{ vcn_name }}"
8284
cni_type = "{{ network_type }}"
8385
{% if network_type == "OCI_VCN_IP_NATIVE" %}
8486
{% if max_pods_per_node %}
8587
max_pods_per_node = {{ max_pods_per_node }}
8688
{% endif %}
87-
network_compartment_id = "{{ network_compartment_tf_name }}"
88-
vcn_name = "{{ vcn_name }}"
8989
{% if pod_nsgs %}
9090
pod_nsg_ids = [{{ pod_nsgs }}]
9191
{% endif %}

0 commit comments

Comments
 (0)