We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ec519 commit c784fecCopy full SHA for c784fec
pkg/daemon/config.go
@@ -7,8 +7,8 @@ import (
7
"github.com/icinga/icinga-kubernetes/pkg/notifications"
8
)
9
10
-// DefaultConfigPath specifies the default location of Icinga DB's config.yml for package installations.
11
-// const DefaultConfigPath = "/etc/icinga-kubernetes/config.yml"
+// DefaultConfigPath specifies the default location of Icinga for Kubernetes's config.yml
+// if not set via command line flag.
12
const DefaultConfigPath = "./config.yml"
13
14
// Config defines Icinga Kubernetes config.
0 commit comments