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

argocd-apps does not fully support App in any namespace #3033

Closed
mugioka opened this issue Nov 14, 2024 · 1 comment
Closed

argocd-apps does not fully support App in any namespace #3033

mugioka opened this issue Nov 14, 2024 · 1 comment

Comments

@mugioka
Copy link
Contributor

mugioka commented Nov 14, 2024

Is your feature request related to a problem?

Before argocd-apps v2, it was possible to configure settings as shown below, which fully supported applications in any namespace:

applications:
  - name: apps
    namespace: ns-1
  - name: apps
    namespace: ns-2
    # nits

However, since argocd-apps v2, the definition format has changed from a list to a map, making the application name the key of the map. As a result, the above configuration is no longer possible, and it no longer fully supports applications in any namespace.

Related helm chart

argocd-apps

Describe the solution you'd like

To resolve this issue, I believe the application name should be overridable. For example, it could be structured as follows:

applications:
  apps-1:
    name: apps
    namespace: ns-1
  apps-2:
    name: apps
    namespace: ns-2
    # nits

Describe alternatives you've considered

No response

Additional context

No response

@mugioka mugioka added the enhancement New feature or request label Nov 14, 2024
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 Jan 21, 2025
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

2 participants