diff --git a/pkg/types/v1/config.go b/pkg/types/v1/config.go index 843cd5e4345..a7171eced3a 100644 --- a/pkg/types/v1/config.go +++ b/pkg/types/v1/config.go @@ -359,7 +359,7 @@ func (r *ResetSpec) Sanitize() error { } type UpgradeSpec struct { - RecoveryOnlyUpgrade bool `yaml:"recovery-only,omitempty" mapstructure:"recovery"` + RecoveryOnlyUpgrade bool `yaml:"recovery-only,omitempty" mapstructure:"recovery-only"` RecoveryUpgrade bool `yaml:"recovery,omitempty" mapstructure:"recovery"` System *ImageSource `yaml:"system,omitempty" mapstructure:"system"` RecoverySystem Image `yaml:"recovery-system,omitempty" mapstructure:"recovery-system"`