Skip to content

Commit 07651b3

Browse files
OCPNODE-3372: Readd omitempty for defaultRuntime as its handled in MCO with additional test cases
1 parent 07574ba commit 07651b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

payload-manifests/crds/0000_80_machine-config_01_containerruntimeconfigs.crd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,16 @@ spec:
5353
runtime.
5454
properties:
5555
defaultRuntime:
56-
default: ""
5756
description: |-
5857
defaultRuntime is the name of the OCI runtime to be used as the default for containers.
59-
Allowed values are `runc`, `crun`, and omitted (`""`).
58+
Allowed values are `runc` and `crun`.
6059
When set to `runc`, OpenShift will use runc to execute the container
6160
When set to `crun`, OpenShift will use crun to execute the container
6261
When omitted, this means no opinion and the platform is left to choose a reasonable default,
6362
which is subject to change over time. Currently, the default is `crun`.
6463
enum:
6564
- crun
6665
- runc
67-
- ""
6866
type: string
6967
logLevel:
7068
description: |-

0 commit comments

Comments
 (0)