Skip to content

Commit 03447e2

Browse files
committed
fix crd
1 parent 0db2c27 commit 03447e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachines.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ spec:
239239
cpu:
240240
default: 2
241241
description: 'number of CPU cores : 1 ~'
242+
minimum: 1
242243
type: integer
243244
cpuLimit:
244245
description: Limit of CPU usage. If the computer has 2 CPUs, it

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachinetemplates.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ spec:
256256
cpu:
257257
default: 2
258258
description: 'number of CPU cores : 1 ~'
259+
minimum: 1
259260
type: integer
260261
cpuLimit:
261262
description: Limit of CPU usage. If the computer has 2

0 commit comments

Comments
 (0)