Fixing minor bug in kernel monitor filepath

This commit is contained in:
Shyam Jeedigunta
2017-01-10 21:00:14 +01:00
parent 0cd7944653
commit 75e45f5658

View File

@@ -27,7 +27,7 @@ import (
)
var (
kernelMonitorConfigPath = flag.String("kernel-monitor", "/config/kernel_monitor.json", "The path to the kernel monitor config file")
kernelMonitorConfigPath = flag.String("kernel-monitor", "/config/kernel-monitor.json", "The path to the kernel monitor config file")
apiServerOverride = flag.String("apiserver-override", "", "custom URI used to connect to Kubernetes ApiServer")
)