From 5df5e6755e115d88258dbf14eed96707921d6178 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Wed, 11 Nov 2020 14:52:26 -0500 Subject: [PATCH] Minor fix --- k8s/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/config.go b/k8s/config.go index 7cb856a5..e0e2589c 100644 --- a/k8s/config.go +++ b/k8s/config.go @@ -11,7 +11,7 @@ type Config struct { ServiceTemplate core.Service `yaml:"service-template"` // ExcludeSuffix Ignore services with this suffix - ExcludeSuffix []string `yaml:"isExcluded-suffix"` + ExcludeSuffix []string `yaml:"exclude-suffix"` // ClusterMode to authenticate with kubernetes ClusterMode string `yaml:"cluster-mode"`