Skip to content

Commit 59e2a38

Browse files
authored
Update README-ECR-REGISTRY.md
1 parent 61063ca commit 59e2a38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform/eks/README-ECR-REGISTRY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@ kubectl create secret docker-registry ecrodm --docker-server=<AWS-AccountId>.dkr
9292
9393
#### f. Install ODM with the following parameters
9494

95+
When reaching the step [Install an IBM Operational Decision Manager release](README.md#5-install-an-ibm-operational-decision-manager-release-10-min), to change the ODM pull images from the IBM Entitled Registry by the ECR registry, choose the relevant yaml file provided according if you want to try NGINX or ALB ingress controller, internal or RDS postgreSQL database, and you just have to override the image.pullSecrets and image.repository properties when installing the helm chart like :
96+
9597
```bash
96-
helm install mycompany charts/ibm-odm-prod-22.1.0.tgz \
98+
helm install mycompany ibmcharts/ibm-odm-prod --version 22.1.0 \
9799
--set image.pullSecrets=ecrodm \
98100
--set image.repository=<AWS-AccountId>.dkr.ecr.<region>.amazonaws.com \
99101
-f eks-values.yaml

0 commit comments

Comments
 (0)