You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kantra CLI with the generate and discover subcommands supporting PCF V3
Steps:
(1) Run command: kantra discover cloud-foundry --input ./cf-nodejs-app.yaml --output discover.yaml
(2) Validate that the generated file contains the following content:
(3) Copy the helm found in https://github.com/gciavarrini/demo-kantra-asset-gen/tree/main/helm_sample to ./helm_sample
(4) Run command kantra generate helm --chart-dir ./helm_sample --input discover.yaml --output-dir ./manifests
(5) Validate the generated file in ./manifests matches the expected value:
There is a new asset-generation feature being added to kantra in konveyor/kantra#435
E2E test scenarios should be defined, approved, written as part of this repository.
Selected subset of those tests should be marked as TIER0 and added to upstream CI execution.
The text was updated successfully, but these errors were encountered: