make yaml tags always use underscore

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-05-04 08:54:46 +00:00
parent a22cfe6cee
commit edd3adcf1d
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ type Route struct {
Backend string `yaml:"backend"`
// Service name to look up in the registry
Service string `yaml:"service"`
ApacheVHost bool `yaml:"apache-vhost"`
ApacheVHost bool `yaml:"apache_vhost"`
}
// RouteType defines the type of a route