redpanda-data / helm-charts

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

Verify with test cases any usage of tpl function #1587

Closed RafalKorepta closed 2 weeks ago

RafalKorepta commented 2 weeks ago

External.Domain could be defined as go lang template. In all places domain is passed to tpl function to correctly render the value.

In Service type LoadBalancer the external addresses should be handled the same way as in ConfigMap. Every service should have annotation that starts with external address even if only single one is provided.

K8S-411