We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://github.com/argoproj/argo-cd/blob/master/controller/appcontroller.go#L915
This makes cascading deletion of Applications that reference the AppProject fail:
Application
AppProject
The AppProject is deleted before the Application even if the AppProject has the resource finalizer attached.
The text was updated successfully, but these errors were encountered:
For anyone else stumbling upon this issue: you can give your AppProjects a lower sync-wave value than your Applications.
Sorry, something went wrong.
@torfjor thank you for logging this, 3rd result when I googled "appproject finalizer not working", saved me a lot of debugging!
No branches or pull requests
See https://github.com/argoproj/argo-cd/blob/master/controller/appcontroller.go#L915
This makes cascading deletion of
Application
s that reference theAppProject
fail:The
AppProject
is deleted before theApplication
even if theAppProject
has the resource finalizer attached.The text was updated successfully, but these errors were encountered: