Skip to content

Commit ba69d4b

Browse files
author
Prabha Kylasamiyer Sundara Rajan
committed
Added info about non-k8 manifest
1 parent f3ad8ce commit ba69d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/mta-cli-generate-assets.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
Starting from {ProductShortName} 7.3.0, you can run the `discover` and `generate` commands in the containerless {ProductShortName} {CLIName}. The commands automatically generate the manifests needed to deploy a Cloud Foundry (CF) application in the {ocp-short}.
99

1010
* `Discover` command: Generates the discovery manifest in the YAML format from the CF application manifest. The discovery manifest preserves the specifications found in the CF manifest that define the metadata, runtime, and platform configurations.
11-
* `Generate` command: Generates the deployment manifest for {ocp} deployments by using the discovery manifest. The deployment manifest is generated by using a templating engine such as Helm that converts the discovery manifest into a Kubernetes-native format.
11+
* `Generate` command: Generates the deployment manifest for {ocp} deployments by using the discovery manifest. The deployment manifest is generated by using a templating engine such as Helm that converts the discovery manifest into a Kubernetes-native format. You can also use this command to generate non-Kubernetes manifests such as a Dockerfile or a configuration file.
1212

1313
.Benefits of generating deployment assets by using the {ProductShortName} {CLIName}
14-
* Extending the {ProductShortName} {CLIName} to generate the Kubernetes and non-Kubernetes deployment manifests at once.
14+
* Extending the {ProductShortName} {CLIName} to generate the Kubernetes and non-Kubernetes deployment manifests.
1515
* Generating deployment manifests using familiar template engines like Helm that are widely used for Kubernetes deployments.
1616
* Adhering to Kubernetes best practices when preparing the deployment manifest using Helm templates.
1717

0 commit comments

Comments
 (0)