Skip to content

Commit

Permalink
Merge pull request jenkins-x#1266 from garethjevans/zone
Browse files Browse the repository at this point in the history
fix: Added zone to command when adding labels
  • Loading branch information
garethjevans authored Jul 11, 2018
2 parents 136dd11 + f359dcd commit 5680b65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/jx/cmd/create_terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,9 @@ func (o *CreateTerraformOptions) applyTerraformGKE(g *GKECluster, path string) e
"update",
g.Name(),
"--project",
g.ProjectId}
g.ProjectId,
"--zone",
g.Zone}

labels := ""
if err == nil && user != nil {
Expand Down

0 comments on commit 5680b65

Please sign in to comment.