redpanda-data / redpanda-connect-helm-chart

Helm 3 repository for benthosdev/benthos
MIT License
34 stars 26 forks source link

.Release.Namespace in Configmap prevents Helm Templating #98

Open max-simon opened 1 month ago

max-simon commented 1 month ago

In the configmap template the namespace is set explicitly with .Release.Namespace.

This makes it hard to use the Chart with helm template because the value is set to the currently used project. Could we just drop the namespace from the template please?