Hey, just curious, I noticed`userDeployments`is no...
# deployment-kubernetes
r
Hey, just curious, I noticed`userDeployments`is now called
dagster-user-deployments
in the Helm Chart (v0.11.1). I noticed it since our CD pipeline broke 😞. It seems a bit weird to me the use of kebab-case here instead of camelCase like in the rest of the chart, what is the rationale behind this change?
👀 1
j
cc @rex
r
hey ruben, the rational was that we separated the user deployments into its own subchart. Helm’s naming convention is that chart names are kebab case, so that was followed. See: https://helm.sh/docs/chart_best_practices/conventions/#chart-names
🙌 1