From 151d14d22ed7a8f1c23887d54fbcc6861d9ff950 Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Thu, 26 Oct 2023 09:56:37 -0700 Subject: [PATCH] Update _index.md review edit --- .../installation/API-Management/_index.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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