mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 10:41:14 +00:00
Fix field name
This commit is contained in:
@@ -22,7 +22,7 @@ type Config struct {
|
|||||||
RepoKey string `json:"repo_key" yaml:"repo_key"`
|
RepoKey string `json:"repo_key" yaml:"repo_key"`
|
||||||
KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`
|
KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`
|
||||||
|
|
||||||
Notifications []NotificationConfig `json:"notification" yaml:"notification"`
|
Notifications []NotificationConfig `json:"notifications" yaml:"notifications"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// NotificationConfig describes how to send notifications
|
// NotificationConfig describes how to send notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user