You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running uffizzi install HOSTNAME --namespace NAMESPACE the error message says “This will install in the default namespace” even if they already specified a namespace.
Update the existing message to use the name of the namespace given by the user or use 'default' if no namespace is provided.
Do not include this line: `To install to a different place, use options '--namespace' and/or '--context'/
Update the message as follows:
$ uffizzi install controller.example.com --email [email protected] --namespace foobar
This command will install Uffizzi in the 'foobar' namespace of 'gke_my-project_us_east5_my-cluster-1' context.
After installation, new environments created for account 'gadkins' will be deployed to this host cluster.
Okay to proceed? (Y/n)
The text was updated successfully, but these errors were encountered:
After running uffizzi install HOSTNAME --namespace NAMESPACE the error message says “This will install in the default namespace” even if they already specified a namespace.
Update the message as follows:
The text was updated successfully, but these errors were encountered: