charts icon indicating copy to clipboard operation
charts copied to clipboard

helm 3.5.0 creating camel case

Open jdunhamvrtx opened this issue 4 years ago • 0 comments

This is an odd issue. Taking a naive values.yaml and simply enabling kop

# kop
  kop: true

results in helm camelCasing the sevice name in,

pulsar/templates/broker/broker-service-ingress.yaml pulsar/templates/broker/broker-service.yaml pulsar/templates/broker/broker-statefulset.yaml

#> helm version version.BuildInfo{Version:"v3.5.0", GitCommit:"32c22239423b3b4ba6706d450bd044baffdcf9e6", GitTreeState:"clean", GoVersion:"go1.15.6"}

jdunhamvrtx avatar Jan 23 '21 03:01 jdunhamvrtx