It is now possible to override the dockerNamespace from the weathervane config file by specifying it on the command-line to runWeathervane.pl. Because this is overriding a config file parameter, the parameter must be specified are -- on the command-line as in:
This pull request has the following changes:
--
on the command-line as in:./runWeathervane.pl --configFile=weathervane.config.xsmall -- --dockerNamespace=myNamespace
Signed-off-by: Hal Rosenberg hrosenbe@vmware.com