Skip to main content
override only affects the application configuration and does not change the original configuration. It only takes effect when used.
The function of overwriting can be summarized as: reading the original configuration, applying the bound overrides in sequence, and generating the configuration used for this run.

Built-in override

The built-in override cannot be edited or deleted. Please copy it first if you need to modify it.

Apply override

The effect of the two entrances is the same, and the selected override will be applied to the subscription.
1

From the subscription card app

Open the subscription card and go to Edit Subscription → Setting Type → Override Configuration.
Select Override Configuration in Subscription Settings
2

Configure application from override

Select overwrite, click Apply, check the target subscription and confirm to save.
Apply override to subscription

Execution order

When multiple overrides are applied to the same subscription, YumeBox executes them in list order; later overrides can modify previous results.
原始配置.yaml
第一份覆写.yaml
第二份覆写.yaml
最终结果 diff.yaml
Subsequent overwrites will not re-read the original subscription text, but will receive the results of the previous overwrite.

Custom override

Last modified on August 13, 2026