Uninstall Applications automatically when uninstalling Argo #1744
-
Hi, is there any way to configure in Argo that if it is uninstalled, then all the Applications that are handled by Argo also get uninstalled? I don't think there's an option in the Argo Helm Chart that when it detects the uninstall command, all |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, I believe this is not possible as uninstalling Argo CD will remove controllers responsible for finalisation of managed resources and for this reason it's not recommended to deploy / manage your applications resources together with Argo CD. I would instead use another chart with app of apps pattern (i.e. argocd-apps or one of your making) that you will uninstall first and wait until Argo CD do the cleanup. Then you can throw away / uninstall Argo CD safely. |
Beta Was this translation helpful? Give feedback.
Hi, I believe this is not possible as uninstalling Argo CD will remove controllers responsible for finalisation of managed resources and for this reason it's not recommended to deploy / manage your applications resources together with Argo CD. I would instead use another chart with app of apps pattern (i.e. argocd-apps or one of your making) that you will uninstall first and wait until Argo CD do the cleanup. Then you can throw away / uninstall Argo CD safely.