Closed RealAnna closed 1 year ago
Thanks for your contribution but i think there may be some misunderstanding. Namespaces were removed from templates on purpose. Helm will use default namespase or set namespace from
helm install -n
option.It is better to open an issue where we can discuss future changes before working on implementation.
Hi @arttor thanks for your explanation! I did create an issue here with my motivations for namespace. About the other PRs we needed to implement a first working solution in our fork anyway, but I will make sure to generate issues for each topic linking the PRs!
@RealAnna sorry i was i little bit overwhelmed and missed the issue. I suggest not adding namespaces to templates since it is supported by helm out of the box.
@arttor sorry again for the spams PRs 😸 I'll make sure to document every issue
Thanks for your contribution but i think there may be some misunderstanding. Namespaces were removed from templates on purpose. Helm will use default namespase or set namespace from
helm install -n
option.It is better to open an issue where we can discuss future changes before working on implementation.