next time test before commiting... works now.

This commit is contained in:
vallard
2016-12-20 16:26:51 -08:00
parent 09dcffe2b6
commit 8633fba8bc
+1 -1
View File
@@ -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