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

feature: add resolvers to component spec #38

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

fabianburth
Copy link
Contributor

What this PR does / why we need it:

This PR adds Resolvers to the component specification.
This is necessary because the resolvers cannot be specified within the ocm config of the component. This is because the replication controller also has to use these resolvers BUT it is not possible to only apply particular parts of a ocm config. So without this dedicated field, the replication controller would have to apply the entire ocm config of the component, which may contain a lot more than just the resolvers.

Which issue(s) this PR fixes:

@fabianburth
Copy link
Contributor Author

This PR will not solve our problem in regard to enabling the replication controller to use the resolver configuration from the component without having apply the entire configuration with possible unintended side effects. This is because, in order to get the credentials for the corresponding resolvers, the component configuration would still have to be applied.

@Skarlso
Copy link
Contributor

Skarlso commented Nov 4, 2024

@fabianburth can we close this or are you planning on revisiting this problem in a different way?

@hilmarf hilmarf added the kind/feature new feature, enhancement, improvement, extension label Nov 28, 2024
Copy link

This pull request was marked as stale because it has not had recent activity.

@github-actions github-actions bot added the lifecycle/stale Nobody worked on this for 6 months (will further age) label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature new feature, enhancement, improvement, extension lifecycle/stale Nobody worked on this for 6 months (will further age)
Projects
Status: 🆕 ToDo
Development

Successfully merging this pull request may close these issues.

3 participants