fix mismatched flag keys

This commit is contained in:
Danny Krainas
2017-10-27 15:14:51 -04:00
parent c47f562846
commit e007b4ed9f
+2 -2
View File
@@ -105,12 +105,12 @@ func main() {
EnvVar: "PLUGIN_UPGRADE,UPGRADE",
},
cli.BoolFlag{
Name: "client-only",
Name: "canary-image",
Usage: "if set, Helm will use the canary tiller image",
EnvVar: "PLUGIN_CANARY_IMAGE,CANARY_IMAGE",
},
cli.BoolFlag{
Name: "canary-image",
Name: "client-only",
Usage: "if set, it will initilises helm in the client side only",
EnvVar: "PLUGIN_CLIENT_ONLY,CLIENT_ONLY",
},