bakdata / kpops

Deploy Kafka pipelines to Kubernetes
https://bakdata.github.io/kpops
MIT License
12 stars 1 forks source link

`helm template` command is not setting the `--namespace` option #190

Closed raminqaf closed 1 year ago

raminqaf commented 1 year ago

The helm template command does not set the --namespace option. https://github.com/bakdata/kpops/blob/b340ad5b926580f5b0b07d4a7fd82f79ffbc0ddc/kpops/component_handlers/helm_wrapper/helm.py#L156-L163 This leads to a wrong output of the template whenever the helm chart contains {{ .Release.Namespace }}

sujuka99 commented 1 year ago

TODO: