🐛 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
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

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