Skip to content

Commit 6e44386

Browse files
committed
define some defaults
Signed-off-by: Jan Schoone <[email protected]>
1 parent c51babf commit 6e44386

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

providers/openstack/scs2/cluster-class/templates/cluster-class.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
Indicates whether the image name refers to an ORC image resource.
5555
If set to true (default), the `imageName` is interpreted as a reference to an ORC image.
5656
If set to false, the `imageName` is used to filter images in the OpenStack project instead.
57-
default: true
57+
default: false
5858
- name: imageAddVersion
5959
required: false
6060
schema:
@@ -128,6 +128,7 @@ spec:
128128
type: integer
129129
minimum: 1
130130
example: 25
131+
default: 50
131132
description: |-
132133
Root disk size in GiB for control-plane nodes.
133134
OpenStack volume will be created and used instead of an ephemeral disk defined in flavor.
@@ -174,6 +175,7 @@ spec:
174175
type: integer
175176
minimum: 1
176177
example: 25
178+
default: 50
177179
description: |-
178180
Root disk size in GiB for worker nodes.
179181
OpenStack volume will be created and used instead of an ephemeral disk defined in flavor.

0 commit comments

Comments
 (0)