update grafana module (https://git.kvazaric.ru/gstykalin/kube-forge/-/issues/7)
This commit is contained in:
@@ -17,7 +17,6 @@ func main() {
|
||||
flag.StringVar(&configPath, "c", "/etc/kube-forge/config.yaml", "Path to config file")
|
||||
flag.StringVar(&workDir, "d", "/var/lib/kube-forge", "Path to kube-forge work dir")
|
||||
flag.BoolVar(&verbose, "v", false, "Enable verbose logging")
|
||||
fmt.Println(verbose)
|
||||
flag.Parse()
|
||||
config := config.CreateConfig(configPath, workDir, password)
|
||||
config.Verbose = verbose
|
||||
|
||||
Reference in New Issue
Block a user