rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

Add option to specify secret name #1013

Closed rancher-max closed 4 years ago

rancher-max commented 4 years ago

954

Also update bug template to use comments to that submitted bugs are cleaner

StrongMonkey commented 4 years ago

@rancher-max actually....Can we make the name also a prompt similar to other options?

rancher-max commented 4 years ago

@StrongMonkey added prompt as an additional option. It will prompt if the -name flag is not specified, otherwise it will use the value declared in the command. It only gives a warning if using the -name flag with a name that already exists, otherwise it will overwrite as in current state.