Open pisymbol opened 4 years ago
I noticed that the 'inlets-operator' app offers this. But why is this per app? It should be global, right?
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.
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.