Skip to content

Commit b433561

Browse files
authored
Update README-NGINX.md
1 parent f0dca02 commit b433561

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

platform/eks/README-NGINX.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ You can then go back to the [main documentation](README.md#2-create-an-rds-datab
2828

2929
## Install an ODM release with NGINX Ingress Controller
3030

31-
During the helm install, you just have to replace **eks-values.yaml** with **eks-nginx-values.yaml** that contains the relevant Ingress annotations:
32-
`kubernetes.io/ingress.class: nginx` and `nginx.ingress.kubernetes.io/backend-protocol: https`
31+
During the helm install, you just have to replace **eks-values.yaml** with **eks-nginx-values.yaml** that contains the relevant Ingress class: `nginx` and annotations: `nginx.ingress.kubernetes.io/backend-protocol: https`
3332

3433
To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.md#2-create-an-rds-database-10-min):
3534

@@ -38,7 +37,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.m
3837
- `<RDS_DATABASE_NAME>`: the initial database name defined when creating the RDS database
3938

4039
```bash
41-
helm install mycompany ibm-helm/ibm-odm-prod --version 23.1.0 -f eks-rds-nginx-values.yaml
40+
helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-nginx-values.yaml
4241
```
4342

4443
> **Note**
@@ -50,7 +49,7 @@ helm install mycompany ibm-helm/ibm-odm-prod --version 23.1.0 -f eks-rds-nginx-v
5049
> - Get the [eks-nginx-values.yaml](./eks-nginx-values.yaml) file:
5150
>
5251
> ```bash
53-
> helm install mycompany ibm-helm/ibm-odm-prod --version 23.1.0 -f eks-nginx-values.yaml
52+
> helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-nginx-values.yaml
5453
> ```
5554
5655
## Track ODM usage with the IBM License Service with NGINX Ingress Controller

0 commit comments

Comments
 (0)