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

option to never terminate 'kind: namespace' #13216

Open
tooptoop4 opened this issue Apr 13, 2023 · 1 comment
Open

option to never terminate 'kind: namespace' #13216

tooptoop4 opened this issue Apr 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@tooptoop4
Copy link

scenario:

  1. cluster-admin sets up several namespaces
  2. app1 starts using namespaceX, also deploying its own definition of namespaceX with kind: namespace inside its helm chart
  3. app2 starts using namespaceX
  4. app1 is decommed, helm chart removed....this inadvertently puts namespaceX into Terminating state
  5. issues start for app2, no new sync can happen because the namespace is in Terminating state, there doesn't seem to be anyway to cancel termination of namespace. finalisers prevent namespaceX from being totally deleted but even Terminating state means no syncs can happen

would be great if argocd had option to never set any namespace to terminating state (or even deletion)

@blakepettersson
Copy link
Member

This has potentially been resolved with argoproj/gitops-engine#524, can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants