You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rbac and autodiscovery set to true enforces to enable *.automountServiceAccountToken to true. Other parameters remains with its default values.
What is the expected behavior?
Helm Chart deployed, basic successful Helm message I see when I do same deployment but with provisioning.enabled=false
What do you see instead?
Error: template: kafka/templates/provisioning/job.yaml:161:50: executing "kafka/templates/provisioning/job.yaml" at <$topic.replicationFactor>: can't evaluate field replicationFactor in type interface {}
Additional information
The goal is to provision a couple of topics while installing and setting up Kafka, but the templating engine shows the error Error: template: kafka/templates/provisioning/job.yaml:161:50: executing "kafka/templates/provisioning/job.yaml" at <$topic.replicationFactor>: can't evaluate field replicationFactor in type interface {}
The text was updated successfully, but these errors were encountered:
Closing. I don't see the relationship because Helm Chart templating it's not related to existing resources in k8s but after uninstalling Helm and removing manually PVC (remember that Helm does not delete pvc's), starting from scratch with the following configuration it works.
Leaving this ticket as reference in the future if someone gets similar error: Just remove your pvc's with
Name and Version
bitnami/kafka:3.9.0
What architecture are you using?
amd64
What steps will reproduce the bug?
In my case I'm using an AKS cluster but its a helm templating error.
Create and copy into a file basic configuration with "helm show values bitnami/kafka".
Enable provisionig and attempt to create topics:
Are you using any custom parameters or values?
rbac and autodiscovery set to true enforces to enable *.automountServiceAccountToken to true. Other parameters remains with its default values.
What is the expected behavior?
Helm Chart deployed, basic successful Helm message I see when I do same deployment but with provisioning.enabled=false
What do you see instead?
Error: template: kafka/templates/provisioning/job.yaml:161:50: executing "kafka/templates/provisioning/job.yaml" at <$topic.replicationFactor>: can't evaluate field replicationFactor in type interface {}
Additional information
The goal is to provision a couple of topics while installing and setting up Kafka, but the templating engine shows the error
Error: template: kafka/templates/provisioning/job.yaml:161:50: executing "kafka/templates/provisioning/job.yaml" at <$topic.replicationFactor>: can't evaluate field replicationFactor in type interface {}
The text was updated successfully, but these errors were encountered: