Skip to content

Commit

Permalink
Fix mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
  • Loading branch information
anmazzotti committed Feb 23, 2024
1 parent 9835b4b commit 6b04c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 6b04c7e

Please sign in to comment.