Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed : CLI Does Not Honor metadata.namespace #1288 #1352

Merged
merged 12 commits into from
May 10, 2019
Prev Previous commit
Update common.go
  • Loading branch information
sarabala1979 committed May 3, 2019
commit d7fec4386b2fc908175f46cf78bce7531f0d010b
1 change: 0 additions & 1 deletion cmd/argo/commands/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func InitWorkflowClient(ns ...string) v1alpha1.WorkflowInterface {
return wfClient
}
initKubeClient()
//var namespace string
var err error
if len(ns) > 0 {
namespace = ns[0]
Expand Down