cmd/swarm/swarm-smoke: update smoke tests to fit the new scheme for the k8s cluster (#18104)
This commit is contained in:
committed by
GitHub
parent
6b6c4d1c27
commit
d31f1f4fdb
@ -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{
|
||||
|
Reference in New Issue
Block a user