mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-27 09:31:14 +02:00
fix(*): field tag should be yaml instead of json (#100)
This commit is contained in:
parent
5bd08794bf
commit
c0e79960fa
@ -99,7 +99,7 @@ type Kubernetes struct {
|
||||
type Kubelet struct {
|
||||
Labels map[string]string `yaml:"labels,omitempty"`
|
||||
FeatureGates map[string]string `yaml:"featureGates,omitempty"`
|
||||
ExtraArgs map[string]string `json:"extraArgs,omitempty"`
|
||||
ExtraArgs map[string]string `yaml:"extraArgs,omitempty"`
|
||||
}
|
||||
|
||||
// UnmarshalYAML implements the yaml.Unmarshaler interface for
|
||||
|
Loading…
x
Reference in New Issue
Block a user