Skip to content

Commit 133124d

Browse files
committed
Fix missing helmify run
The pre-commit hook was not run in some commit. This change fixes that.
1 parent 5c5794b commit 133124d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ spec:
398398
description: HypervisorID is the unique identifier of the hypervisor
399399
in OpenStack.
400400
type: string
401+
hypervisorVersion:
402+
default: unknown
403+
description: Represents the Hypervisor version
404+
type: string
401405
instances:
402406
description: Represents the Hypervisor hosted Virtual Machines
403407
items:
@@ -458,6 +462,10 @@ spec:
458462
hardwareVendor:
459463
description: HardwareVendor
460464
type: string
465+
kernelCommandLine:
466+
description: KernelCommandLine contains the raw kernel boot parameters
467+
from /proc/cmdline.
468+
type: string
461469
kernelName:
462470
description: KernelName
463471
type: string

config/crd/bases/kvm.cloud.sap_hypervisors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ spec:
401401
type: string
402402
hypervisorVersion:
403403
default: unknown
404-
description: Represents the Hypervisor version.
404+
description: Represents the Hypervisor version
405405
type: string
406406
instances:
407407
description: Represents the Hypervisor hosted Virtual Machines

0 commit comments

Comments
 (0)