Is there any way to add arbitrary pod labels when ...
# general
b
Is there any way to add arbitrary pod labels when using k8s crosswalk
PodBuilder
? From what I can see, it automatically adds an
app
label based off
image
or
name
but there’s no way to add user defined labels
g
Not currently possible with the PodBuilder, but I was planning to add that capability. Can you open an issue to track?