-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Multi-namespace support for applicationset #10655
Comments
Yes please! Thanks to 2.5.0 I was finally able to place Argo Apps in their respective namespaces and only miss AppSets :) |
Hope this feature could be done in 2.6.0, it's very important if we want to support isolation of applicationset into multi-namespaces. |
Please take a look at this PR and see if it will solve your use cases: #12378 |
Would this PR resolve an issue where I've installed argocd in a namespace like: |
@eightseventhreethree that's super weird, sounds like a separate bug to me. |
Summary
Following #9755 and #10270, it would be nice to have similar support for applicationsets as well.
Motivation
We are currently using SCM discovery to deploy new environments for each branch. Each environment consists of multiple applications following app of apps pattern and it would be nice to setup each environment in its own namespace and project.
Proposal
applicationset-controller should respect the same arguments / configmap entries supported by application-controller.
The text was updated successfully, but these errors were encountered: