For v1beta2 we have removed the enable field for FairSharing and WaitForPodsReady in the PRs:
as part of #7113
However, this means that users may experience a complication on upgrade if they forget to remove "enable: true" it will not get parsed.
I would like to parse the configMap, but specifically ignore "enable: true" for the features without error. We could just log a warning.