Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axway-akb authored Oct 26, 2023
1 parent 02bf697 commit b6b32a6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions content/en/docs/deployment/installation/API-Management/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6b32a6

Please sign in to comment.