We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e6123 commit a5ec519Copy full SHA for a5ec519
cmd/icinga-kubernetes/main.go
@@ -59,7 +59,7 @@ func main() {
59
pflag.StringVar(
60
&glue.Config,
61
"config",
62
- daemon.DefaultConfigPath,
+ "",
63
fmt.Sprintf("path to the config file (default: %s)", daemon.DefaultConfigPath),
64
)
65
pflag.StringVar(&clusterName, "cluster-name", "", "name of the current cluster")
0 commit comments