Skip to content

Commit

Permalink
set default values to certain fields (#888)
Browse files Browse the repository at this point in the history
Signed-off-by: Bharath Nallapeta <[email protected]>
  • Loading branch information
bnallapeta authored Jan 15, 2025
1 parent 5bfff36 commit 75122e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/dev/openstack-clusterdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
config:
controlPlaneNumber: 1
workersNumber: 1
controlPlane:
controlplane:
flavor: ${OPENSTACK_CONTROL_PLANE_MACHINE_FLAVOR}
image:
filter:
Expand All @@ -19,4 +19,11 @@ spec:
image:
filter:
name: ${OPENSTACK_IMAGE_NAME}
externalNetwork:
filter:
name: "public"
authURL: ${OS_AUTH_URL}
identityRef:
name: "openstack-cloud-config"
cloudName: "openstack"
region: ${OS_REGION_NAME}

0 comments on commit 75122e9

Please sign in to comment.