siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
481 stars 26 forks source link

fix: skip empty config patches in `ClusterMachineConfigPatches` #151

Closed utkuozdemir closed 4 months ago

utkuozdemir commented 4 months ago

Empty config patches are detected as JSON6902 patches which are not supported by Omni and by the Talos machine config patcher when the config is multidoc.

Empty system-level config patches can be generated at the moment by MaintenanceConfigPatchController.

utkuozdemir commented 4 months ago

/m