Skip to content

Commit

Permalink
Add recover-only arg 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 677ab46 commit 9835b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ func GetResetKeyEnvMap() map[string]string {
// GetUpgradeKeyEnvMap returns environment variable bindings to UpgradeSpec data
func GetUpgradeKeyEnvMap() map[string]string {
return map[string]string{
"recovery-only": "RECOVERY_ONLY",
"recovery": "RECOVERY",
"system": "SYSTEM",
"recovery-system": "RECOVERY_SYSTEM",
Expand Down

0 comments on commit 9835b4b

Please sign in to comment.