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

[argo-cd] Application in any namespace | Synced with NO resources deployed #1695

Closed
ironoa opened this issue Dec 9, 2022 · 3 comments
Closed

Comments

@ironoa
Copy link

ironoa commented Dec 9, 2022

Describe the bug

Maybe someone can help me debug an issue I'm facing:

I have an ArgoCD instance deployed with helm, chart version 5.16.2

I'm trying to enable the application-in-any-namespace feature... basically I added the application.namespaces: '*' config as a configs.params value.

When I deploy an Application in a namespace which is not the one where argocd is installed, the application now gets recognized (thanks to the above mentioned config), but it becomes immediately synced without deploying anything else... I'm also not getting any errors anywhere apparently...

FYI

  • I defined a dedicated AppProject with the spec.sourceNamespaces: '*' config.
  • The very same Application deployed in the argocd (my std) namespace produces the expected result instead

Any hint ? thanks

Related helm chart

argo-cd

Helm chart version

5.16.2

To Reproduce

  • deploy Argocd chart, configure the value configs.params with application.namespaces: '*'
  • deploy an AppProject with the spec.sourceNamespaces: '*' config
  • deploy an Application (which uses the Project defined in the previous step) in a namespace which is not the Argo one
  • the Application will get recognized, but no further resources will get deployed

Expected behavior

When I deploy an Application in a namespace which is not the one where argocd is installed, the application now gets recognized (thanks to the above mentioned config), but it becomes immediately synced without deploying anything else (pods, svc, ...)... I'm also not getting any errors anywhere apparently...

The very same Application deployed in the argocd (my std) namespace produces the expected result instead

Screenshots

image

Additional context

No response

@ironoa ironoa added the bug label Dec 9, 2022
@ironoa ironoa changed the title Application in any namespace | Synced with NO resources deployed [argo-cd] Application in any namespace | Synced with NO resources deployed Dec 9, 2022
@ironoa
Copy link
Author

ironoa commented Dec 21, 2022

still not solved, a bit more interaction about the topic here

@github-actions
Copy link

This issue 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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2023
@atamgp
Copy link

atamgp commented May 24, 2023

@ironoa was this eventually solved for you in newest releases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants