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

Enhance application controller syncing of CRDs #2292

Open
taharah opened this issue Sep 11, 2019 · 2 comments
Open

Enhance application controller syncing of CRDs #2292

taharah opened this issue Sep 11, 2019 · 2 comments
Labels
component:application-sets Bulk application management related enhancement New feature or request type:usability Enhancement of an existing feature

Comments

@taharah
Copy link

taharah commented Sep 11, 2019

Is your feature request related to a problem? Please describe.

It would be nice if the application controller was capable of syncing resources from all, a subset, or a single namespace if specified. This would allow Operators to create Projects that are allowed to deploy resources to the local cluster where Argo CD is deployed, but only in a particular namespace, e.g., when deploying an App of Apps. Currently, the application controller only syncs CRDs from its local namespace.

Describe the solution you'd like

Ability to configure the application controller to sync resources from all, a subset of namespaces, or a single namespace.

Have you thought about contributing yourself?

Yes, I am more than happy to take a look at making the necessary changes myself.

@taharah taharah added the enhancement New feature or request label Sep 11, 2019
@alexec
Copy link
Contributor

alexec commented Sep 11, 2019

@alexmt

@jannfis jannfis added component:application-sets Bulk application management related type:usability Enhancement of an existing feature labels May 14, 2020
@willemm
Copy link

willemm commented Jun 13, 2022

That would be great. We already sort-of implemented this, by having a small operator (python script in kopf) that copies argocd Application CRs from different namespaces (adding a prefix, subject to an annotation on the namespace itself) and then copies the status back. But that's a bit flaky, still. Also, having to add prefixes to all applications is suboptimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:application-sets Bulk application management related enhancement New feature or request type:usability Enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants