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
app1 starts using namespaceX, also deploying its own definition of namespaceX with kind: namespace inside its helm chart
app2 starts using namespaceX
app1 is decommed, helm chart removed....this inadvertently puts namespaceX into Terminating state
issues start for app2, no new sync can happen because the namespace is in Terminating state, there doesn't seem to be anyway to cancel termination of namespace. finalisers prevent namespaceX from being totally deleted but even Terminating state means no syncs can happen
would be great if argocd had option to never set any namespace to terminating state (or even deletion)
The text was updated successfully, but these errors were encountered:
scenario:
would be great if argocd had option to never set any namespace to terminating state (or even deletion)
The text was updated successfully, but these errors were encountered: