redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
77 stars 96 forks source link

Expose redpanda global 'Dot' context publicly #1485

Closed andrewstucki closed 3 months ago

andrewstucki commented 3 months ago

Exposing a Dot method so that we can do roughly the following:

  1. Initialize a Dot instance with some given PartialValues/release version.
  2. Call into the individual object construction helpers (i.e. ServiceInternal) to generate a Kubernetes object with filled-in user-specified values + defaults
  3. Use those rendered objects to do things like construct connection parameters for a cluster.