Minor fix

This commit is contained in:
TwinProduction 2020-11-11 14:52:26 -05:00
parent 7e0243ee29
commit 5df5e6755e

View File

@ -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"`