You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Root cause]
Resources in the old namespace cannot be deleted because the namespace is not included in the conditions for searching the deletion target resources.
Inside PipeCD, resources are identified by four types: apiVersion, kind, namespace, and name.
However, based on the live state and the manifest on git, in the pruning phase, the deletion target seems to be searched for only three things except for the namespace.
What happened:
When changing the namespace, the workload remains in the old namespace.
before
after
What you expected to happen:
It would be nice to delete the old resource successfully.
How to reproduce it:
Environment:
piped
version:control-plane
version:The text was updated successfully, but these errors were encountered: