Replies: 2 comments
-
@claudio4j : Container name seems to be picked up from Image's alias. It's set by SpringBoot Generator to generator name |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just added this property in the pom.xml and it worked |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using jkube 1.17.0 openshift maven plugin, the application is based on spring boot 3.2.2.
The container name set in the
Deployment
is set tospring-boot
.Is it possible to automatically set it to the deployment name (metadata.name), but not explicitly setting
jkube.enricher.jkube-controller.name
?Beta Was this translation helpful? Give feedback.
All reactions