From b6b32a6c5bb8e6db54d6e00a6b6b41d0a92c4f4c Mon Sep 17 00:00:00 2001 From: Anuj Kumar <50446801+axway-akb@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:40:31 +0100 Subject: [PATCH] Update _index.md --- .../deployment/installation/API-Management/_index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/content/en/docs/deployment/installation/API-Management/_index.md b/content/en/docs/deployment/installation/API-Management/_index.md index e95ef757..d207f4dd 100644 --- a/content/en/docs/deployment/installation/API-Management/_index.md +++ b/content/en/docs/deployment/installation/API-Management/_index.md @@ -13,11 +13,18 @@ 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: ```bash -helm fetch axway/open-banking-apim --untar +helm fetch axway/open-banking-fdx-apim --untar ``` -This command creates a directory `open-banking-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: +```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. ## Create a customized values.yaml file