fix: explicitly set namespace on KubeClient

Signed-off-by: Paul Brousseau <object88@gmail.com>
pull/8785/head
Paul Brousseau 5 years ago
parent 367277afc2
commit a694d1e9ae

@ -365,6 +365,7 @@ func (c *Configuration) recordRelease(r *release.Release) {
func (c *Configuration) Init(getter genericclioptions.RESTClientGetter, namespace, helmDriver string, log DebugLog) error {
kc := kube.New(getter)
kc.Log = log
kc.Namespace = namespace
lazyClient := &lazyClient{
namespace: namespace,

Loading…
Cancel
Save