You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/eks/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Then, create an [AWS Account](https://aws.amazon.com/getting-started/).
29
29
30
30
1.[Prepare your environment (40 min)](#1-prepare-your-environment-40-min)
31
31
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)
33
33
4.[Manage a digital certificate (10 min)](#4-manage-a-digital-certificate-10-min)
34
34
5.[Install an ODM release (10 min)](#5-install-an-ibm-operational-decision-manager-release-10-min)
35
35
6.[Access the ODM services](#6-access-the-odm-services)
@@ -120,7 +120,7 @@ where:
120
120
121
121
> 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.
122
122
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`.
124
124
125
125
#### c. Add the public IBM Helm charts repository:
126
126
@@ -218,7 +218,7 @@ If you want to install ODM as a demo mode with the ODM postgreSQL internal data
0 commit comments