You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to customise the generated Kubernetes resources of the Kubernetes extension by providing base resources.
From the documentation I understand that if the custom resource has the same name like the generated one it will be merged together into one resource.
However, I find the resource duplicated instead.
Not sure if something is wrong or if I have an error in reasoning.
Can someone shed some light please?
Describe the bug
I'm trying to customise the generated Kubernetes resources of the Kubernetes extension by providing base resources.
From the documentation I understand that if the custom resource has the same name like the generated one it will be merged together into one resource.
However, I find the resource duplicated instead.
Not sure if something is wrong or if I have an error in reasoning.
Can someone shed some light please?
To Reproduce
Expected behavior
Generated Kubernetes resources contains one Service kind that contains the amended namespace
Actual behavior
Generated Kubernetes resources contains two Service kinds with the same name (existing one + generated one)
Environment:
Quarkus Version: 1.6.0.Final
Maven Verson: 3.6.3
The text was updated successfully, but these errors were encountered: