Closed raminqaf closed 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 }}
helm template
--namespace
{{ .Release.Namespace }}
TODO:
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 }}