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

how to specify which apps to deploy? #7

Open
omar-triguii opened this issue Jul 16, 2024 · 3 comments
Open

how to specify which apps to deploy? #7

omar-triguii opened this issue Jul 16, 2024 · 3 comments

Comments

@omar-triguii
Copy link

means i have in tenants/apps tens of applications and for each cluster i only want to deploy specific number of ones.
How to proceed?

@stefanprodan
Copy link
Member

You can remove apps on specific clusters based on a label selector, similar to how it's done here for the image automation controllers https://github.com/controlplaneio-fluxcd/d1-fleet/blob/main/clusters/prod-eu/infra-tenant.yaml#L21-L29

@omar-triguii
Copy link
Author

@stefanprodan good one! but seems to be insane each time i want to deploy 2 or 3 apps among hundreds in the tenants specifically to that cluster, i need to generate the patch for each app to be selected, and that work is duplicated cross clusters

@stefanprodan
Copy link
Member

Then create tenants for smaller app groups and just remove a whole group

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

No branches or pull requests

2 participants