From 8633fba8bc60118dff55c4dfc6c5a2a4f1323a7d Mon Sep 17 00:00:00 2001 From: vallard Date: Tue, 20 Dec 2016 16:26:51 -0800 Subject: [PATCH] next time test before commiting... works now. --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index ee33c30..997e10e 100644 --- a/plugin.go +++ b/plugin.go @@ -100,7 +100,7 @@ func (p Plugin) Exec() error { } // create a deployment, ignore the deployment that it comes back with, just report the // error. - _, err := clientset.ExtensionsV1beta1().Deployments(p.Config.Namespace).Update(&dep) + _, err = clientset.ExtensionsV1beta1().Deployments(p.Config.Namespace).Update(&dep) //err = listDeployments(clientset, p) return err