Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Deletions are not picked up on update #91

@GreenGremlin

Description

@GreenGremlin

When updating an environment, deletions from the original manifest should be carried over to the updated manifest.

Repro steps

  • install a manifest (file or http should both repro)
  • delete a definition from the original manifext
  • update the environment

expected result
The deleted definition should not bee kept.

actual result
The deleted definition remains.

This is happening because we are loading the cached manifest, and then updating it with the original manifest. It seems we should only load the original manifest and copy over the input values. It would be preferable to only copy over the non-orphan input values, but copying over all input values would be acceptable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions