troubleshoot
troubleshoot copied to clipboard
URI is not replacing the spec but merging instead
Bug Description
When I use the spec.uri
of a support bundle the documentation states the the version pointed by spec.uri
replaces the spec but it is actually merging the two specs.
Expected Behavior
The version pointed by spec.uri
replaces the version being applied.
Steps To Reproduce
- Create a support bundle spec that points to a different one through its URI property.
- Run with the
--dry-run
and inspect the merged result.