Description of problem:
Missing memory key, value pair in discover manifest
Version-Release number of selected component (if applicable):
$ mta-cli version
version: 7.3.0
SHA: 337f90eb1e75422b7349522973894b189777d57f
image: registry.redhat.io/mta/mta-cli-rhel9:7.3.0
How reproducible:
Always
Steps to Reproduce:
1. Generate discover manifest using the attached Cloud Foundry application manifest.
The CF app manifest has this key, value pair: memory: 512M
$mta-cli discover cloud-foundry --input ./cf-nodejs-app.yaml --output discover.yaml.
Actual results:
Memory key, value pair is missing in the generated discover manifest, discover.yaml .
Expected results:
Memory key, value pair should be present in the generated discover manifest.