When I install a package with helm, I have a random name as you can see below. How to change it or how to give your specific name ?
vetoed-kiwi 1 Tue Aug 14 11:02:20 2018 DEPLOYED karaf-0.0.1 default
wobbling-echidna 1 Tue Aug 14 11:00:03 2018 FAILED karaf-0.0.1 default
I try to change the given name like (vetoed-kiwi) by a specific name of my choosing. Do you know how I can do it ?
helm install
takes a --name
option. See also the "Using Helm" section of the docs.