f.StringVar(&i.serviceAccount,"service-account","","name of service account")
f.StringVar(&i.opts.NodeSelectors,"node-selectors","","labels to specify the node on which Tiller is installed (app=tiller,helm=rocks)")
f.StringVarP(&i.opts.Output,"output","o","","skip installation and output Tiller's manifest in specified format (json or yaml)")
f.VarP(&i.opts.Output,"output","o","skip installation and output Tiller's manifest in specified format (json or yaml)")
f.StringArrayVar(&i.opts.Values,"set",[]string{},"set values for the Tiller Deployment manifest (can specify multiple or separate values with commas: key1=val1,key2=val2)")
returncmd
@ -195,7 +194,7 @@ func (i *initCmd) run() error {