Skip to content
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

fix: add exceptions to the orphaned resources warning #115

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lentidas
Copy link
Contributor

@lentidas lentidas commented Jul 1, 2024

Description of the changes

In all our Argo CD projects definitions we have enabled the warning for orphaned resources. I consider this is to be a good practice in order to be warned of rogue resources on the applications' namespaces.

However, I noticed that we are also being warned about resources that are legitimately created by other utilities than Argo CD. For example, all the Argo CD resources for each of the DevOps Stack modules are created using Terraform, so Argo CD considers them orphaned. The same thing will apply to all the secrets created using the External Secrets operator.

This PR adds exceptions on the resources that should not be tracked by Argo CD. Check ISDEVOPS-304 for more information.

Breaking change

  • No

Tests executed on which distribution(s)

  • SKS (Exoscale)

@lentidas lentidas self-assigned this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant