diff --git a/internal/services/config/config.go b/internal/services/config/config.go index 7777ed8..faf6e7c 100644 --- a/internal/services/config/config.go +++ b/internal/services/config/config.go @@ -80,6 +80,8 @@ type RunServiceExecutor struct { ToolboxPath string `yaml:"toolboxPath"` Web Web `yaml:"web"` + + Labels map[string]string `yaml:"labels"` } type ConfigStore struct {