charts icon indicating copy to clipboard operation
charts copied to clipboard

Schema registry chart templating fails when using external kafka

Open romilpunetha opened this issue 2 years ago • 0 comments

Name and Version

bitnami/schema-registry:4.x.x

What steps will reproduce the bug?

  1. Clone the chart.
  2. in values.yaml, disable kafka and use external kafka.
  3. template the chart.

Are you using any custom parameters or values?

No response

What is the expected behavior?

K8s templates should be created.

What do you see instead?

Error: no template "commons.fullname" associated with template "gotpl"

Note: Error in Line no: https://github.com/bitnami/charts/blob/master/bitnami/schema-registry/templates/external-kafka-secrets.yaml#L19

Additional information

No response

romilpunetha avatar Aug 07 '22 06:08 romilpunetha

Hi @romilpunetha

Thanks for reporting the issue! It seems this problem was already addressed in https://github.com/bitnami/charts/pull/11431.

Could you please check if it is working for you now?

joancafom avatar Aug 11 '22 17:08 joancafom

It looks like the chart version got bumped in parallel to #11431 going in, so it didn't actually build a new version of the chart with the fix: https://github.com/bitnami/charts/actions/runs/2838925682

spanglerco avatar Aug 11 '22 17:08 spanglerco