cmd/swarm/swarm-smoke: update smoke tests to fit the new scheme for the k8s cluster (#18104)

This commit is contained in:
Anton Evangelatov
2018-11-19 14:58:10 +01:00
committed by GitHub
parent 6b6c4d1c27
commit d31f1f4fdb
2 changed files with 15 additions and 12 deletions

View File

@ -45,8 +45,8 @@ func main() {
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "cluster-endpoint",
Value: "testing",
Usage: "cluster to point to (local, open or testing)",
Value: "prod",
Usage: "cluster to point to (prod or a given namespace)",
Destination: &cluster,
},
cli.IntFlag{