Image name #2031
Replies: 4 comments 2 replies
-
Are you using Kubernetes Gradle Plugin 🕵️ ? The field you're pointing to is the container name, not the image name. Do you want to change name of container or name of the image (the one specified in |
Beta Was this translation helpful? Give feedback.
-
The container name usually maps to Image Alias by default. If you provide property |
Beta Was this translation helpful? Give feedback.
-
Yes it works
Thanks and regards
Vishal
…On Tuesday, January 31, 2023, Rohan Kumar ***@***.***> wrote:
@vishalrijhwani <https://github.com/vishalrijhwani> : Did my suggestion
of using gradle k8sResource -Pjkube.generator.alias=custom-name work for
your use case?
—
Reply to this email directly, view it on GitHub
<#2031 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATWUZGZ6O2PJVLACBMGQ7CLWVEPYVANCNFSM6AAAAAAULMU47Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Vishal Rijhwani
|
Beta Was this translation helpful? Give feedback.
-
It works. It’s closed |
Beta Was this translation helpful? Give feedback.
-
Whenever i create kubernetes.yaml file through jkube through gradle image name is spring-boot. I need to give my own image name to it
Beta Was this translation helpful? Give feedback.
All reactions