Skip to content

Commit 68b2699

Browse files
authored
correction
1 parent 11aaa7d commit 68b2699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/eks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Then, create an [AWS Account](https://aws.amazon.com/getting-started/).
2929

3030
1. [Prepare your environment (40 min)](#1-prepare-your-environment-40-min)
3131
2. [Prepare your environment for the ODM installation (25 min)](#2-prepare-your-environment-for-the-odm-installation-25-min)
32-
3. [Create an RDS database (20 min)](#3-create-an-rds-database-20-min)
32+
3. [(Optional) Create an RDS database (Optional 20 min)](#3-optional-create-an-rds-database-20-min)
3333
4. [Manage a  digital certificate (10 min)](#4-manage-a-digital-certificate-10-min)
3434
5. [Install an ODM release (10 min)](#5-install-an-ibm-operational-decision-manager-release-10-min)
3535
6. [Access the ODM services](#6-access-the-odm-services)
@@ -120,7 +120,7 @@ where:
120120

121121
> Note: The `cp.icr.io` value for the docker-server parameter is the only registry domain name that contains the images. You must set the docker-username to `cp` to use an entitlement key as docker-password.
122122
123-
Take a note of the secret name so that you can set it for the `image.pullSecrets` parameter when you run a helm install of your containers. The `image.repository` parameter will later be set to `cp.icr.io/cp/cp4a/odm`.
123+
The my-odm-docker-registry secret name is already used for the `image.pullSecrets` parameter when you run a helm install of your containers. The `image.repository` parameter is also set by default to `cp.icr.io/cp/cp4a/odm`.
124124

125125
#### c. Add the public IBM Helm charts repository:
126126

@@ -218,7 +218,7 @@ If you want to install ODM as a demo mode with the ODM postgreSQL internal data
218218
helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 -f eks-values.yaml
219219
```
220220

221-
If you want to install ODM with the AWS RDS postgreSQL database created in step 3 :
221+
If you want to install ODM with the AWS RDS postgreSQL database created in [step 3](#3-optional-create-an-rds-database-20-min) :
222222

223223
- Get the [eks-rds-values.yaml](./eks-rds-values.yaml) file and replace the following keys:
224224
- `<AWS-AccountId>` is your AWS Account Id

0 commit comments

Comments
 (0)