refactor: parametrize default value
This commit is contained in:
@ -238,7 +238,7 @@ Please note, "upgrade"/"rollback" do not support chaos operations.`,
|
||||
log.Debug("skipping domain checks as requested")
|
||||
}
|
||||
|
||||
deployedVersion := "N/A"
|
||||
deployedVersion := config.NO_VERSION_DEFAULT
|
||||
if deployMeta.IsDeployed {
|
||||
deployedVersion = deployMeta.Version
|
||||
}
|
||||
|
Reference in New Issue
Block a user