File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
tests/containerruntimeconfigs.machineconfiguration.openshift.io Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 13
13
apiVersion: machineconfiguration.openshift.io/v1
14
14
kind: ContainerRuntimeConfig
15
15
spec:
16
- containerRuntimeConfig:
17
- defaultRuntime: crun
16
+ containerRuntimeConfig: {}
Original file line number Diff line number Diff line change @@ -850,7 +850,7 @@ type ContainerRuntimeConfiguration struct {
850
850
// When set to `crun`, OpenShift will use crun to execute the container
851
851
// When omitted, this means no opinion and the platform is left to choose a reasonable default,
852
852
// which is subject to change over time. Currently, the default is `crun`.
853
- // +kubebuilder:validation:Enum=crun;runc
853
+ // +kubebuilder:validation:Enum=crun;runc;""
854
854
// +optional
855
855
DefaultRuntime ContainerRuntimeDefaultRuntime `json:"defaultRuntime,omitempty"`
856
856
}
You can’t perform that action at this time.
0 commit comments