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
When trying to override the service name using the Enricher configuration, if a fragment is provided, then the name is ignored.
Other enrichers affected
DefaultControllerEnricher
Not really affected since this enricher is only applicable when no Controller resources exist (i.e. it's skipped if a fragment exists)
ControllerViaPluginConfigurationEnricher
RouteEnricher
Discussion context
I tried to override the
jkube.enricher.jkube-name.name or the jkube.enricher.jkube-service.name properties separately . The first one really changed the name of the deployment name and the service name in the yaml file , and the second did not change the name of service name in the yaml file.
Description
When trying to override the service name using the Enricher configuration, if a fragment is provided, then the name is ignored.
Other enrichers affected
DefaultControllerEnricher
Not really affected since this enricher is only applicable when no Controller resources exist (i.e. it's skipped if a fragment exists)
ControllerViaPluginConfigurationEnricher
RouteEnricher
Discussion context
I tried to override the
jkube.enricher.jkube-name.name or the jkube.enricher.jkube-service.name properties separately . The first one really changed the name of the deployment name and the service name in the yaml file , and the second did not change the name of service name in the yaml file.
Originally posted by @maodia in #2342 (comment)
The text was updated successfully, but these errors were encountered: