-
Notifications
You must be signed in to change notification settings - Fork 96
feat: add finalizers field #635
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
base: main
Are you sure you want to change the base?
feat: add finalizers field #635
Conversation
98d38d2
to
41a2e9e
Compare
41a2e9e
to
9355f54
Compare
This comment means that it's not as trivial as just adding the field. I don't think it's a massive hurdle, but gives some food for thought. |
0ded718
to
ec4ab16
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Finalizers are a valid field for projects, apps and appsets. Fixes argoproj-labs#391 and argoproj-labs#404. Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* Add existing finalizers when updating an application * Filter out non-user configured finalizers from tf state Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
337c85e
to
e739d9a
Compare
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
hello |
Finalizers are a valid field for projects, apps and appsets.
Fixes #391 and #404.