Comment on page
Obsolete
You can exclude stacks from configuration by marking them as obsolete with the
obsolete
property. Obsolete stacks can be removed with prune stacks command. Obsolete stacks can't have dependents that are not obsolete themselves.
Setting the
obsolete
property:obsolete: true
The
obsolete
property can be defined in stack and stack group configuration files. If specified in a stack group, the stack group's children and stacks inherit the value but can also override it.The
obsolete
property must satisfy these requirements:- Must be a boolean
Last modified 1yr ago