diff --git a/content/en/docs/deployment/installation/API-Management/_index.md b/content/en/docs/deployment/installation/API-Management/_index.md index 0d88f622..666404a9 100644 --- a/content/en/docs/deployment/installation/API-Management/_index.md +++ b/content/en/docs/deployment/installation/API-Management/_index.md @@ -13,21 +13,21 @@ Follow the Cassandra deployment steps outlined in [Deploy a Cassandra cluster](h Run a `helm fetch` command on the added repository to view the Helm `values.yaml` file: -For FDX deployment, use below command to fetch helm chart: +* For FDX deployment, to fetch helm chart: -```bash -helm fetch axway/open-banking-fdx-apim --untar -``` + ```bash + helm fetch axway/open-banking-fdx-apim --untar + ``` -This command creates a directory `open-banking-fdx-apim` containing the complete chart, including the `values.yaml` file. + This command creates a directory `open-banking-fdx-apim` containing the complete chart, including the `values.yaml` file. -For Open Finance Brazil deployment, use below command to fetch helm chart: +* For Open Finance Brazil deployment, to fetch helm chart: -```bash -helm fetch axway/open-banking-obb-apigateway --untar -``` + ```bash + helm fetch axway/open-banking-obb-apigateway --untar + ``` -This command creates a directory `open-banking-obb-apigateway` containing the complete chart, including the `values.yaml` file. + This command creates a directory `open-banking-obb-apigateway` containing the complete chart, including the `values.yaml` file. ## Create a customized values.yaml file