🌱 Remove challenger traces from here

The challenger has no business logic in here, and kcrypt should just
read what it needs. This goes in parallel with https://github.com/kairos-io/kcrypt-challenger/pull/10
Not blocking each other.

Signed-off-by: mudler <mudler@c3os.io>
This commit is contained in:
mudler
2023-01-19 12:28:44 +01:00
parent 27183fbce7
commit 71506ff020
2 changed files with 0 additions and 6 deletions

View File

@@ -25,7 +25,6 @@ var MappingsFile = "/oem/91-kcrypt-mappings.yaml"
type Config struct {
Kcrypt struct {
Server string `yaml:"challenger_server,omitempty"`
UUIDLabelMappings map[string]string `yaml:"uuid_label_mappings,omitempty"`
}
}