🐛 Add the missing json struct tags to ResourcesConfig

This commit is contained in:
M. Mert Yildiran
2023-07-03 23:26:18 +03:00
parent dfe5605032
commit 0f1f832ddd

View File

@@ -76,8 +76,8 @@ type DockerConfig struct {
}
type ResourcesConfig struct {
Worker ResourceRequirements `yaml:"worker"`
Hub ResourceRequirements `yaml:"hub"`
Worker ResourceRequirements `yaml:"worker" json:"worker"`
Hub ResourceRequirements `yaml:"hub" json:"hub"`
}
type AuthConfig struct {