mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-23 15:18:55 +01:00
Minor fix
This commit is contained in:
parent
7e0243ee29
commit
5df5e6755e
@ -11,7 +11,7 @@ type Config struct {
|
|||||||
ServiceTemplate core.Service `yaml:"service-template"`
|
ServiceTemplate core.Service `yaml:"service-template"`
|
||||||
|
|
||||||
// ExcludeSuffix Ignore services with this suffix
|
// ExcludeSuffix Ignore services with this suffix
|
||||||
ExcludeSuffix []string `yaml:"isExcluded-suffix"`
|
ExcludeSuffix []string `yaml:"exclude-suffix"`
|
||||||
|
|
||||||
// ClusterMode to authenticate with kubernetes
|
// ClusterMode to authenticate with kubernetes
|
||||||
ClusterMode string `yaml:"cluster-mode"`
|
ClusterMode string `yaml:"cluster-mode"`
|
||||||
|
Loading…
Reference in New Issue
Block a user