From 7af67af086164170a721c6e52a8fb038d87fb988 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Wed, 11 Nov 2020 14:51:38 -0500 Subject: [PATCH] Fix typo --- k8s/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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