arttor / helmify

Creates Helm chart from Kubernetes yaml
MIT License
1.48k stars 136 forks source link

Deployment namespace is removed #80

Closed RealAnna closed 1 year ago

RealAnna commented 1 year ago

If the deployment.yaml specifies a namespace I would expect the output template to still have it, it would be nice to explicitly template it with {{ .Release.Namespace | quote }}

Is there any reason why the namespace is removed? If not I would like to propose this change .