alexellis / arkade

Open Source Marketplace For Developer Tools
https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
MIT License
4.24k stars 287 forks source link

Support custom namespaces on app install #13

Open pisymbol opened 4 years ago

pisymbol commented 4 years ago

Currently 'k3sup app install' command installs everything in the 'default' namespace.

It would be really nice if there was an option '-n,--namespace' that would propagate its value to the actual install command (e.g. helm) so an admin can choose what namespace an app gets installed in.

pisymbol commented 4 years ago

I noticed that the 'inlets-operator' app offers this. But why is this per app? It should be global, right?

alexellis commented 4 years ago

This depends on the helm chart in question, most don't support changing the namespace when templating with helm2, with --helm3=true, it may be possible to do this.