Migration to 4.10.x (Nexeed IAS 2025.02.02.x)
In this release, the default values for the RS_DEVICE_MASTER_DATA_RELOAD_SCHEDULER and CM_CORE_MASTER_DATA_RELOAD_SCHEDULER configuration parameters have been set to false. This change disables the automatic master data reload from MDM on Sundays.
When you want to enable the automatic master data reload, you need to explicitly set these parameters to true by putting them into the custom-values.yaml:
cm:
configmaps:
cm-core-configmap:
CM_CORE_MASTER_DATA_RELOAD_SCHEDULER: "true"
rule-services-configmap:
RS_DEVICE_MASTER_DATA_RELOAD_SCHEDULER: "true"