Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
review edit
  • Loading branch information
lbadenhop authored Oct 26, 2023
1 parent 28ea2d1 commit 151d14d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions content/en/docs/deployment/installation/API-Management/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 151d14d

Please sign in to comment.