File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ metadata:
2121spec :
2222 apiServerLoadBalancer :
2323 enabled : ${OPENSTACK_USE_OCTAVIA_LOADBALANCER}
24- cloudName : ${OPENSTACK_CLOUD}
2524 identityRef :
2625 name : ${OPENSTACK_CLOUD_CONFIG_SECRET_NAME}
26+ cloudName : ${OPENSTACK_CLOUD}
2727 nodeCidr : ${OPENSTACK_NETWORK_CIDR}
2828 disablePortSecurity : true
2929 dnsNameservers : [${OPENSTACK_DNS_NAMESERVERS:= }]
6666 flavor : ${OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR}
6767 image : ${OPENSTACK_IMAGE_NAME}
6868 sshKeyName : ${OPENSTACK_SSH_KEY_NAME}
69- cloudName : ${OPENSTACK_CLOUD}
7069 identityRef :
7170 name : ${OPENSTACK_CLOUD_CONFIG_SECRET_NAME}
71+ cloudName : ${OPENSTACK_CLOUD}
7272---
7373apiVersion : cluster.x-k8s.io/v1beta1
7474kind : MachineDeployment
@@ -101,9 +101,9 @@ metadata:
101101spec :
102102 template :
103103 spec :
104- cloudName : ${OPENSTACK_CLOUD}
105104 identityRef :
106105 name : ${OPENSTACK_CLOUD_CONFIG_SECRET_NAME}
106+ cloudName : ${OPENSTACK_CLOUD}
107107 flavor : ${OPENSTACK_NODE_MACHINE_FLAVOR}
108108 image : ${OPENSTACK_IMAGE_NAME}
109109 sshKeyName : ${OPENSTACK_SSH_KEY_NAME}
You can’t perform that action at this time.
0 commit comments