diff --git a/manifests/machineconfig.crd.yaml b/manifests/machineconfig.crd.yaml index b51a91f613..c35930c071 100644 --- a/manifests/machineconfig.crd.yaml +++ b/manifests/machineconfig.crd.yaml @@ -74,6 +74,7 @@ spec: description: Ignition section contains metadata about the configuration itself. We only permit a subsection of ignition fields for MachineConfigs. type: object + x-kubernetes-preserve-unknown-fields: true properties: config: type: object @@ -147,6 +148,7 @@ spec: storage: description: Storage describes the desired state of the system's storage devices. type: object + x-kubernetes-preserve-unknown-fields: true properties: directories: description: Directories is the list of directories to be created diff --git a/pkg/operator/assets/bindata.go b/pkg/operator/assets/bindata.go index f0280da196..21e05eaa83 100644 --- a/pkg/operator/assets/bindata.go +++ b/pkg/operator/assets/bindata.go @@ -1334,6 +1334,7 @@ spec: description: Ignition section contains metadata about the configuration itself. We only permit a subsection of ignition fields for MachineConfigs. type: object + x-kubernetes-preserve-unknown-fields: true properties: config: type: object @@ -1407,6 +1408,7 @@ spec: storage: description: Storage describes the desired state of the system's storage devices. type: object + x-kubernetes-preserve-unknown-fields: true properties: directories: description: Directories is the list of directories to be created