-
Notifications
You must be signed in to change notification settings - Fork 541
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
Inconsistency when merging a route.yml fragment with two different profiles (commons, demo) #2758
Comments
Hello colleagues, |
Umm, it's not decided yet how to approach this problem. But if you want to give it a try and propose something, feel free to go ahead. |
Could you please assign it to me? |
@arsenalzp : Sorry, we don't have any bot running for these kind of project chores. Thanks for showing interest in fixing this issue. |
@arsenalzp : Hello, are you still working on this issue? |
Hello, |
Hello, |
Oh, I spent a couple of hours to troubleshoot the issue.
and
Otherwise, enricher produces two files named like |
Describe the bug
Problem merging a 'route.yml' common configuration with a environment one. The result is not displaying several annotations placed in the common file.
Eclipse JKube version
1.16.1
Component
OpenShift Maven Plugin
Apache Maven version
other (please specify in additional context)
Gradle version
None
Steps to reproduce
I was trying to extract a common configuration from the metadata.annotations route.yml files of two environments.
Common configuration:
With the command 'mvn oc:resource -Pdemo' I get that merged route.yml file with no trace of my custom annotations.
Expected behavior
The expected behavior is a route.yml file with the common annotations (in addition to the opinionated defaults):
Runtime
OpenShift
Kubernetes API Server version
1.22.15
Environment
Windows
Eclipse JKube Logs
No response
Sample Reproducer Project
No response
Additional context
Maven 3.9.4
The text was updated successfully, but these errors were encountered: