From d3e95ba665421a238c3045769546be43bcb7f9eb Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Wed, 17 Apr 2019 15:25:11 +0200 Subject: [PATCH] runservice config: set executor labels --- internal/services/config/config.go | 2 ++ 1 file changed, 2 insertions(+) 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 {