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
We currently have the following hierarchy:
bootstrap app -> cluster-resources appSet -> in-cluster app -> argocd-ns Namespace Resource
inside the argocd-ns Namespace we install the bootstrapped argocd.
When we delete the bootstrap app, the cascading causes the Namespace to be deleted, which in turn deletes the Argo CD controllers. After that, the remaining applications are stuck in "terminating" state, since their finalizer can not run.
The text was updated successfully, but these errors were encountered:
We currently have the following hierarchy:
bootstrap app -> cluster-resources appSet -> in-cluster app -> argocd-ns Namespace Resource
inside the argocd-ns Namespace we install the bootstrapped argocd.
When we delete the bootstrap app, the cascading causes the Namespace to be deleted, which in turn deletes the Argo CD controllers. After that, the remaining applications are stuck in "terminating" state, since their finalizer can not run.
The text was updated successfully, but these errors were encountered: