datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
47 stars 38 forks source link

Get rid of separate broker and brokerSts configuration keys from values.yaml #200

Open lhotari opened 2 years ago

lhotari commented 2 years ago

Currently, configuring brokers in the values.yaml is confusing, since an implementation detail impacts the configuration keys for broker configuration.

When a "stateful set" is used, the configuration key is brokerSts and when a deployment is used, the configuration key is broker. This isn't very intuitive.

Consider resolving this problem in the 3.0 version of the chart.