-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argocd app delete is stuck with 'CleanUpAfterDeletion' enabled #160
Comments
@mingmcb Can you share the manifests from the helm chart? |
yes, it is possible. You can test it out by creating a helm charts with |
In our case we are working around this issue by using argocd sync-waves to ensure deletion in a specific order |
when use argocd deploy the helm chart, we're not be able to delete the app when 'CleanUpAfterDeletion' enabled.
the work around is to set the the argocd finalizers to use
resources-finalizer.argocd.argoproj.io/background
.Please take a look.
The text was updated successfully, but these errors were encountered: