From 911e7168419de64f30c484fa2db69595cabf0954 Mon Sep 17 00:00:00 2001 From: lbadenhop Date: Thu, 26 Oct 2023 08:30:50 -0700 Subject: [PATCH] Update _index.md fix markdown --- .../en/docs/deployment/installation/API-Management/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/deployment/installation/API-Management/_index.md b/content/en/docs/deployment/installation/API-Management/_index.md index d207f4dd..0d88f622 100644 --- a/content/en/docs/deployment/installation/API-Management/_index.md +++ b/content/en/docs/deployment/installation/API-Management/_index.md @@ -14,6 +14,7 @@ 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-fdx-apim --untar ``` @@ -21,9 +22,11 @@ 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. 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