Skip to content

Commit 0bc78b8

Browse files
authored
Update README-NGINX.md
1 parent b051aa9 commit 0bc78b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

platform/eks/README-NGINX.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ You just have to replace during the helm install **eks-values.yaml** by **eks-ng
4040

4141
If you want to install ODM as a demo mode with the ODM postgreSQL internal data base :
4242

43-
- Get the [eks-nginx-values.yaml](./eks-nginx-values.yaml) file and replace the following keys:
44-
- `<AWS-AccountId>` is your AWS Account Id
43+
- Get the [eks-nginx-values.yaml](./eks-nginx-values.yaml) file :
4544

4645
```bash
4746
helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 -f eks-nginx-values.yaml
@@ -50,7 +49,6 @@ helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 -f eks-nginx-valu
5049
If you want to install ODM with the AWS RDS postgreSQL database created in [step 3](#3-optional-create-an-rds-database-20-min) :
5150

5251
- Get the [eks-rds-nginx-values.yaml](./eks-rds-nginx-values.yaml) file and replace the following keys:
53-
- `<AWS-AccountId>` is your AWS Account Id
5452
- `<RDS_DB_ENDPOINT>` is your database server endpoint (of the form: `db-server-name-1.********.<region>.rds.amazonaws.com`)
5553
- `<RDS_DATABASE_NAME>` is the initial database name defined when creating the RDS database
5654

0 commit comments

Comments
 (0)