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

Allow for importing profiles #2920

Open
pratikmallya opened this issue Dec 10, 2024 · 1 comment
Open

Allow for importing profiles #2920

pratikmallya opened this issue Dec 10, 2024 · 1 comment
Labels
kind/feature New feature or feature request

Comments

@pratikmallya
Copy link

Is your feature request related to a problem?
When working with repos with dependencies on each other, both the terminals of a dependency often need to instantiate each other from within their own codebase. Currently, we do this via profiles. However, this means that the same/similar profile is redefined in multiple places.

e.g. suppose that:
A->B
C ->B
dependency exists. i.e. repo A needs the components from repo B to work, and similarly for C.

This usually means that the profile to deploy B is defined in both A and C.

Ideally, B would provide a profile e.g. -p with-B and that could be used by A, C and any other repo that has B as a dependency.

Which solution do you suggest?

Which alternative solutions exist?

Additional context

@pratikmallya pratikmallya added the kind/feature New feature or feature request label Dec 10, 2024
Copy link

Have you tried importing profiles as it looks supported in our docs:

https://www.devspace.sh/docs/configuration/imports/#import-sections

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or feature request
Projects
None yet
Development

No branches or pull requests

2 participants