diff --git a/k8s/config.go b/k8s/config.go index 71a25228..7cb856a5 100644 --- a/k8s/config.go +++ b/k8s/config.go @@ -7,7 +7,7 @@ type Config struct { // AutoDiscover to discover services to monitor AutoDiscover bool `yaml:"auto-discover"` - // ServiceTemplate Template for auto disocovered services + // ServiceTemplate Template for auto discovered services ServiceTemplate core.Service `yaml:"service-template"` // ExcludeSuffix Ignore services with this suffix