I noticed that when I run an integration forcing a name in
"camel-case" style, it automatically is renamed to "kebab-case".

Here is the shell output:

$ kamel run cron.groovy --name aaBbCc
Modeline options have been loaded from source files
Full command: kamel run cron.groovy --name aaBbCc
Integration "aa-bb-cc" created

$ kamel get
NAME PHASE KIT
aa-bb-cc Initialization


My question is, is it a Camel-K behavior or a k8s behavior?

Reply via email to